Index: openacs-4/packages/cookie-consent/cookie-consent.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/cookie-consent.info,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/cookie-consent/cookie-consent.info 26 Apr 2019 11:45:42 -0000 1.5.2.1 +++ openacs-4/packages/cookie-consent/cookie-consent.info 17 Oct 2020 07:50:50 -0000 1.5.2.2 @@ -9,17 +9,17 @@ f f - + Gustaf Neumann Cookie Consent Widget based on the free Cookie Consent Library 2017-12-13 MIT License 0 - + - + Index: openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl,v diff -u -r1.12.2.7 -r1.12.2.8 --- openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 3 Jul 2020 08:03:18 -0000 1.12.2.7 +++ openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 17 Oct 2020 07:50:50 -0000 1.12.2.8 @@ -29,12 +29,12 @@ # widget also via NaviServer config file: # # ns_section ns/server/${server}/acs/cookie-consent - # ns_param Version cookieconsent2/3.1.0 + # ns_param Version cookieconsent2/3.1.1 set ::cookieconsent::version [parameter::get \ -package_id $package_id \ -parameter Version \ - -default cookieconsent2/3.1.0] + -default cookieconsent2/3.1.1] ad_proc -private get_relevant_subsite {} { } { @@ -242,7 +242,7 @@ # set cookie_set [ad_get_cookie "cookieconsent_status-$subsite_id" ""] - if {$enabled_p && $cookie_set eq ""} { + if {$enabled_p && $cookie_set eq "" && ![ad_conn bot_p]} { # # Create an instance of the consent widget class from all configuration options #