Added info about cookies
This commit is contained in:
parent
262f0b730b
commit
9777b4c1ba
9 changed files with 87 additions and 417 deletions
|
@ -14,6 +14,7 @@ Initial release based on Drupal 6.38 (2016-02-24) with modules:
|
|||
+ Computed Field 6.x-1.0
|
||||
+ Content Taxonomy 6.x-1.0-rc2
|
||||
+ FileField 6.x-3.14
|
||||
+ Imagefield 6.x-3.11
|
||||
+ Link 6.x-2.11
|
||||
+ Viewfield 6.x-2.0
|
||||
|
||||
|
@ -27,6 +28,7 @@ Initial release based on Drupal 6.38 (2016-02-24) with modules:
|
|||
+ Custom Error 6.x-1.4
|
||||
+ Diff 6.x-2.3
|
||||
+ Extended Path Aliases 6.x-1.3
|
||||
+ EU Cookie Compliance 6.x-1-10
|
||||
+ Frequently Asked Questions 6.x-1.13
|
||||
+ Lexicon 6.x-1.4
|
||||
+ Link checker 6.x-2.9
|
||||
|
|
|
@ -75,6 +75,9 @@ $conf = array(
|
|||
# 'reverse_proxy' => TRUE,
|
||||
# 'reverse_proxy_addresses' => array('a.b.c.d', ...),
|
||||
|
||||
// EU Cookie Compliance (uncomment to activate popup):
|
||||
# 'eu_cookie_compliance' => 1,
|
||||
|
||||
// Secure Pages (uncomment to deactivate secure pages SSL module):
|
||||
# 'securepages_enable' => 0,
|
||||
|
||||
|
|
Reference in a new issue