Bug 31250: Add catalogue_editor_ cookie to koha-conf deny list
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 28 Jul 2022 12:52:56 +0000 (12:52 +0000)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Mon, 14 Nov 2022 14:08:08 +0000 (15:08 +0100)
Test plan:
Add this change to your koha-conf.xml.
Flush, restart.
Test if the cookie is kept now in the interface.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit cf8e560e37c24b0cc7fd3e1aeb286de5e370ea37)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit bf7a65e13ec2fcf7f5afa4a33ed296d96915f14b)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
debian/templates/koha-conf-site.xml.in
etc/koha-conf.xml

index f0a07d6..0c684c7 100644 (file)
@@ -454,6 +454,7 @@ __END_SRU_PUBLICSERVER__
  </message_broker>
 
  <do_not_remove_cookie>__KEEP_COOKIE__</do_not_remove_cookie>
+ <do_not_remove_cookie>catalogue_editor_</do_not_remove_cookie>
  <!-- Uncomment lines like hereunder to not clear cookies at logout:
       The cookie name is case sensitive.
      <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie>
index 5dd0fec..8824224 100644 (file)
    <vhost></vhost>
  </message_broker>
 
+ <do_not_remove_cookie>catalogue_editor_</do_not_remove_cookie>
  <!-- Uncomment lines like hereunder to not clear cookies at logout:
       The cookie name is case sensitive.
      <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie>