mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/14961] Add cookie notice as enablable feature
Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
This commit is contained in:
@@ -350,6 +350,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'COOKIE_DOMAIN' => 'Cookie domain',
|
||||
'COOKIE_NAME' => 'Cookie name',
|
||||
'COOKIE_NOTICE' => 'Cookie notice',
|
||||
'COOKIE_NOTICE_EXPLAIN' => 'If enabled a cookie notice will be displayed to users when visiting your board. This might be required by law depending on the content of your board and enabled extensions.',
|
||||
'COOKIE_PATH' => 'Cookie path',
|
||||
'COOKIE_SECURE' => 'Cookie secure',
|
||||
'COOKIE_SECURE_EXPLAIN' => 'If your server is running via SSL set this to enabled else leave as disabled. Having this enabled and not running via SSL will result in server errors during redirects.',
|
||||
|
Reference in New Issue
Block a user