regex exp exclude `telemetry.js` in tracker header

pull/1450/head
rohandebsarkar 2022-08-22 19:37:52 +05:30
parent 80881cbd2f
commit 54b091a1e8
No known key found for this signature in database
GPG Key ID: 3DA3229799D1A181
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module.exports = {
headers,
},
{
source: '/(.*\\.js)',
source: '/((?!telemetry).*.js)',
headers: [
...headers,
{