Add report.html to sw ignore list

This commit is contained in:
Alex Gleason 2023-01-23 15:24:28 -06:00
parent fa892ff906
commit 9b65f04f57
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -137,6 +137,7 @@ const configuration: Configuration = {
'/apple-touch-icon.png',
'/browserconfig.xml',
'/robots.txt',
'/report.html',
];
if (backendRoutes.some(path => pathname.startsWith(path)) || pathname.endsWith('/embed')) {