mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Further minimized CSP statements
This commit is contained in:
parent
464791a326
commit
6e32651dad
1 changed files with 2 additions and 3 deletions
|
@ -304,9 +304,8 @@ CSP_DEFAULT_SRC = allowed_sources
|
|||
# explicitly set
|
||||
CSP_FRAME_ANCESTORS = allowed_sources
|
||||
CSP_FORM_ACTION = allowed_sources
|
||||
CSP_SCRIPT_SRC_ELEM = allowed_sources_scripts
|
||||
|
||||
CSP_CONNECT_SRC = allowed_sources_scripts
|
||||
CSP_SCRIPT_SRC_ELEM = ["'self'", "https://www.googletagmanager.com/"]
|
||||
CSP_CONNECT_SRC = ["'self'", "https://www.google-analytics.com/"]
|
||||
CSP_INCLUDE_NONCE_IN = ["script-src-elem"]
|
||||
|
||||
# Cross-Origin Resource Sharing (CORS) configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue