mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +01:00
50bd7d0b24
It's been disabled by default since 1.17 (https://github.com/go-gitea/gitea/pull/18914), and it never really delivered any benefit except being another cache layer that has its own unsolved invalidation issues. HTTP cache works, we don't need two cache layers at the browser for assets. ## ⚠️ BREAKING You can remove the config `[ui].USE_SERVICE_WORKER` from your `app.ini` now.
8 lines
140 B
Text
8 lines
140 B
Text
*.min.css
|
|
*.min.js
|
|
/assets/*.json
|
|
/modules/options/bindata.go
|
|
/modules/public/bindata.go
|
|
/modules/templates/bindata.go
|
|
/vendor
|
|
node_modules
|