Skip to content
Snippets Groups Projects
Commit 10789ea6 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

publish: revert files

generated from commit c9766c93
parent 6221ae92
No related merge requests found
......@@ -13,7 +13,11 @@ self.addEventListener('install', event => {
// Listen for requests
self.addEventListener('fetch', event => {
if (event.request.url.indexOf('statweb') !== -1) {
// Exception for Matomo & Sentry
if (
event.request.url.includes('statweb') ||
event.request.url.includes('grandlyon.errors')
) {
return false
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment