You are here

constant SECKIT_CSP_REPORT_URL in Security Kit 7

9 uses of SECKIT_CSP_REPORT_URL
SecKitTestCase::testCSPAllDirectivesEmpty in ./seckit.test
Tests Content Security Policy with all directives empty. In this case, we should revert back to default values.
SecKitTestCase::testCSPHasAllDirectives in ./seckit.test
Tests Content Security Policy with all enabled directives.
SecKitTestCase::testCSPPolicyUriDirectiveOnly in ./seckit.test
Tests Content Security Policy with policy-uri directive. In this case, only policy-uri directive should be present.
SecKitTestCase::testCSPReportUriDirectiveOnly in ./seckit.test
Tests for report-uri directive of Content Security Policy.
SecKitTestCase::testCSPUpgradeInsecureRequestsDirectiveOnly in ./seckit.test
Tests Content Security Policy with upgrade-insecure-requests directive. In this case, only upgrade-insecure-requests directive should be present.

... See full list

File

./seckit.module, line 18
Allows administrators to improve security of the website.

Code

define('SECKIT_CSP_REPORT_URL', 'report-csp-violation');