Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix expires header #399

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Fix expires header #399

merged 2 commits into from
Oct 9, 2023

Commits on Oct 5, 2023

  1. WIP Fixes a bug with the Expires header on some pages

    Fixes the header Expires: Expires on abs and other pages. The correct
    Expires header existed but this redundant one also existed.
    bdc34 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    26a5db9 View commit details
    Browse the repository at this point in the history
  2. Fixes failing test

    Failed test due to flask's move from RFC3986 to https://url.spec.whatwg.org
    bdc34 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1ea91ea View commit details
    Browse the repository at this point in the history