mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Rename service worker script to avoid being blocked by uBlock
This commit is contained in:
parent
eb026ae4ac
commit
75b11d5744
6 changed files with 10 additions and 10 deletions
|
@ -194,8 +194,8 @@ func main() {
|
|||
"ui/static/js/app.js",
|
||||
"ui/static/js/bootstrap.js",
|
||||
},
|
||||
"sw": []string{
|
||||
"ui/static/js/sw.js",
|
||||
"service-worker": []string{
|
||||
"ui/static/js/service_worker.js",
|
||||
},
|
||||
}, map[string]string{
|
||||
"app": "(function(){'use strict';",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue