mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
regex exp exclude telemetry.js in tracker header
This commit is contained in:
parent
80881cbd2f
commit
54b091a1e8
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ module.exports = {
|
|||
headers,
|
||||
},
|
||||
{
|
||||
source: '/(.*\\.js)',
|
||||
source: '/((?!telemetry).*.js)',
|
||||
headers: [
|
||||
...headers,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue