File tree Expand file tree Collapse file tree
api/src/org/labkey/filters Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public class ContentSecurityPolicyFilter implements Filter
5555 private static final String HEADER_NONCE = "org.labkey.filters.ContentSecurityPolicyFilter#NONCE" ; // needs to match PageConfig.HEADER_NONCE
5656 private static final String REPORTING_ENDPOINTS_HEADER = "Reporting-Endpoints" ;
5757 @ SuppressWarnings ("DataFlowIssue" )
58- private static final String REPORTING_ENDPOINTS_HEADER_VALUE = "csp-report=\" " + PageFlowUtil .urlProvider (AdminUrls .class ).getCspReportToURL ().getLocalURIString () + "\" " ;;
58+ private static final String REPORTING_ENDPOINTS_HEADER_VALUE = "csp-report=\" " + PageFlowUtil .urlProvider (AdminUrls .class ).getCspReportToURL ().getLocalURIString () + "\" " ;
5959
6060 private static final Map <ContentSecurityPolicyType , ContentSecurityPolicyFilter > CSP_FILTERS = new CopyOnWriteHashMap <>();
6161
You can’t perform that action at this time.
0 commit comments