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

Disable service worker by default (#18914) #19342

Merged
merged 1 commit into from
Apr 7, 2022

Commits on Apr 7, 2022

  1. Disable service worker by default (go-gitea#18914)

    The service worker causes a lot of issues with JS errors after instance
    upgrades while not bringing any real performance gain over regular HTTP
    caching.
    
    Disable it by default for this reason. Maybe later we can remove it
    completely, as I simply see no benefit in having it.
    silverwind committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    4feadc8 View commit details
    Browse the repository at this point in the history