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 settings caching on some browsers #3508

Merged
merged 3 commits into from
Nov 17, 2023

Commits on Nov 9, 2023

  1. Implement front-end strategy to prevent caching

    By adding a random string to the path of the js file every time, we make sure to never hit the browser cache.
    Moustachauve committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    51dfa9a View commit details
    Browse the repository at this point in the history
  2. Implement back-end strategy to prevent caching

    By setting the response header "Cache-Control" to "no-store" and setting "Expires" to 0, we make sure the browsers and place calling this never store it in cache.
    Moustachauve committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e67a210 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Revert "Implement front-end strategy to prevent caching"

    This reverts commit 51dfa9a.
    Moustachauve committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    eca3fb1 View commit details
    Browse the repository at this point in the history