Skip to content
Snippets Groups Projects
Commit dd231be2 authored by Dorch's avatar Dorch
Browse files

fix: service worker update issue

remove Matomo from the Service worker in order to avoid connectivity issue with ad blockers

Refs #633
parent 74b99d9f
No related branches found
No related tags found
1 merge request!237Resolve "PWA: L'application ne se met pas à jour sur Firefox et Safari"
Pipeline #149019 passed
......@@ -19,12 +19,12 @@
"/*.css",
"/*.js",
"/*.json",
"/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2|eot)",
"/3rdpartylicenses.txt",
"/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot",
"/assets/**",
"!/**/*.pdf",
"!/**/*.php",
"/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)"
"!/assets/docs/javascripts/matomo-tracking.js"
]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment