Changeset 38376


Ignore:
Timestamp:
2023-11-15T11:47:48+13:00 (5 months ago)
Author:
kjdon
Message:

removing the auto adding of / to teh front of cookie_path - we need to be able to specify / in servlets.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/cc/cookieconsent-gsinit.js

    r37732 r38376  
    1818    autoclear_cookies: false,                  // default: false
    1919    page_scripts: true,                        // default: false
    20     cookie_path: "/" + gs.xsltParams.cookie_path,  // default: "/"
     20    cookie_path: gs.xsltParams.cookie_path,  // default: "/"
    2121   
    2222    gui_options: {
Note: See TracChangeset for help on using the changeset viewer.