Bug 31250: Add catalogue_editor_ cookie to koha-conf deny list
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 cf8e560e37
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
58eb3713ec
commit
bf7a65e13e
2 changed files with 2 additions and 0 deletions
1
debian/templates/koha-conf-site.xml.in
vendored
1
debian/templates/koha-conf-site.xml.in
vendored
|
@ -457,6 +457,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>
|
||||
|
|
|
@ -273,6 +273,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue