https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38463 Bug ID: 38463 Summary: Unnecessary CSRF token in OPAC authority search Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: phil@chetcolibrary.org Reporter: phil@chetcolibrary.org QA Contact: testopia@bugs.koha-community.org Depends on: 37069 Bug 37069 correctly changed OPAC authority searches from a POST to a GET, but forgot to remove the CSRF token that is only needed for a POST, so now it clutters up the URL by making the first 107 characters of the query string meaningless. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37069 [Bug 37069] Authorities pagination on OPAC broken by CSRF -- You are receiving this mail because: You are watching all bug changes.