constant SECURESITE_WHITELIST in Secure Site 6
Same name and namespace in other branches
- 5 securesite.module \SECURESITE_WHITELIST
Secure Site bypass: Only the listed pages don't require authentication
See also
26 uses of SECURESITE_WHITELIST
- SecureSiteTest::testAccessDenied in tests/
securesite.test - Check that users get an access denied warning when accessing secured portions of the site if they've already logged in and don't have access to the secure portion
- SecureSiteTest::testBypassCron in tests/
securesite.test - Test the cron bypass
- SecureSiteTest::testFilterCheck in tests/
securesite.test - Tests for _securesite_filter_check()
- SecureSiteTest::testGuestDisabled in tests/
securesite.test - Check that guest mode is correctly disabled when no username and password are set
- SecureSiteTest::testGuestFirstClean in tests/
securesite.test - Check that users get the correct page after previously logging in as a guest
File
- ./
securesite.module, line 36 - Secure Site contrib module
Code
define('SECURESITE_WHITELIST', 0);