mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Removed CSP_SCRIPT_SRC statement (not actually needed)
This commit is contained in:
parent
c6864b4e50
commit
464791a326
1 changed files with 2 additions and 2 deletions
|
@ -305,9 +305,9 @@ CSP_DEFAULT_SRC = allowed_sources
|
|||
CSP_FRAME_ANCESTORS = allowed_sources
|
||||
CSP_FORM_ACTION = allowed_sources
|
||||
CSP_SCRIPT_SRC_ELEM = allowed_sources_scripts
|
||||
CSP_SCRIPT_SRC = allowed_sources_scripts
|
||||
|
||||
CSP_CONNECT_SRC = allowed_sources_scripts
|
||||
CSP_INCLUDE_NONCE_IN = ["script-src", "script-src-elem"]
|
||||
CSP_INCLUDE_NONCE_IN = ["script-src-elem"]
|
||||
|
||||
# Cross-Origin Resource Sharing (CORS) configuration
|
||||
# Sets clients that allow access control to manage.get.gov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue