mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +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
File diff suppressed because one or more lines are too long
|
@ -42,6 +42,6 @@ func New(tpl *template.Engine, r *http.Request, sess *session.Session) *View {
|
|||
b.params["theme"] = theme
|
||||
b.params["theme_checksum"] = static.StylesheetsChecksums[theme]
|
||||
b.params["app_js_checksum"] = static.JavascriptsChecksums["app"]
|
||||
b.params["sw_js_checksum"] = static.JavascriptsChecksums["sw"]
|
||||
b.params["sw_js_checksum"] = static.JavascriptsChecksums["service-worker"]
|
||||
return b
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue