Skip to content

Commit

Permalink
Turn CSP_FILTERS into a Map. Attempt to determine cspVersion of each …
Browse files Browse the repository at this point in the history
…CSP and report them via metrics.
  • Loading branch information
labkey-adam committed Feb 24, 2025
1 parent 351de11 commit 1191d2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/configs/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ management.server.port=@@shutdownPort@@
#jsonaccesslog.condition-unless=attributeName

## START OF CSP ENFORCE BLOCK (DO NOT CHANGE THIS TEXT)
## CSP Version: e10
#useLocalBuild#csp.enforce=\
#useLocalBuild# default-src 'self' https: ; \
#useLocalBuild# connect-src 'self' ${CONNECTION.SOURCES} ; \
Expand All @@ -142,7 +141,6 @@ management.server.port=@@shutdownPort@@
## END OF CSP ENFORCE BLOCK (DO NOT CHANGE THIS TEXT)

## START OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
## CSP Version: r11
csp.report=\
default-src 'self' ; /* Limit the default to only the current server */\
connect-src 'self' ${CONNECTION.SOURCES} ; /* Limit allowed connection sources */\
Expand Down

0 comments on commit 1191d2a

Please sign in to comment.