Skip to content

Commit

Permalink
Add more paths to mask
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Oct 27, 2019
1 parent 7de00b6 commit a5c5320
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export default {
},
maskPaths: [ // Paths which are masked in URLs and redirects in order to avoid firing ad-blocking rules
"/google-analytics",
"/adsbygoogle",
"/googleads",
"/log_event\\?",
"/collect\\?",
"/r/collect",
"/j/collect",
"/pageread/conversion",
Expand All @@ -79,6 +83,7 @@ export default {
"/pixel",
"/AdServer",
"/ads/",
"/gtm.js",
"openx\\."
],
}
Expand Down

0 comments on commit a5c5320

Please sign in to comment.