duckduckgo / tracker-surrogates

💉 Surrogates are small scripts that our apps and extensions serve in place of trackers that cause site breakage when blocked.
Other
20 stars 11 forks source link

Regex not matching all Google Tag Manager endpoints #38

Open deoxykev opened 10 months ago

deoxykev commented 10 months ago

Found an in-the-wild GTAG script path: https://www.googletagmanager.com/gtag/js?id=AW-816022932

The mapping.json fix should be:

    "googletagmanager.com": [
        { "regexRule": "googletagmanager\\.com\\/gtm\\.js", "surrogate": "gtm.js" },
        { "regexRule": "googletagmanager\\.com\\/gtag\\/js", "surrogate": "gtm.js" }
    ],