Skip to content

Commit

Permalink
Adjust constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-ians committed Dec 12, 2023
1 parent 50db962 commit fec5cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
public class ContentSecurityPolicyFilter implements Filter
{
private static final String NONCE_SUBST = "${REQUEST.SCRIPT.NONCE}";
private static final String ALLOWED_CONNECT_SUBSTITUTION = "${REQUEST.ALLOWED.CONNECTIONS}";
private static final String ALLOWED_CONNECT_SUBSTITUTION = "${LABKEY.ALLOWED.CONNECTIONS}";
private static final String HEADER_NONCE = "org.labkey.filters.ContentSecurityPolicyFilter#NONCE"; // needs to match PageConfig.HEADER_NONCE
private static final String CONTENT_SECURITY_POLICY_HEADER_NAME = "Content-Security-Policy";
private static final String CONTENT_SECURITY_POLICY_REPORT_ONLY_HEADER_NAME = "Content-Security-Policy-Report-Only";
Expand Down

0 comments on commit fec5cd4

Please sign in to comment.