Last active
August 24, 2022 20:00
-
-
Save fmarier/c44d5ef746772b87ea2b28b4e7ad5368 to your computer and use it in GitHub Desktop.
Sample list for the copy clean URLs feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"include": [ | |
"*://*.twitter.com/*" | |
], | |
"exclude": [ | |
], | |
"params": [ | |
"t" | |
] | |
}, | |
{ | |
"include": [ | |
"*://*/*" | |
], | |
"exclude": [ | |
], | |
"params": [ | |
"utm_ad", | |
"utm_affiliate", | |
"utm_brand", | |
"utm_campaign", | |
"utm_campaignid", | |
"utm_channel", | |
"utm_cid", | |
"utm_content", | |
"utm_emcid", | |
"utm_emmid", | |
"utm_id", | |
"utm_keyword", | |
"utm_medium", | |
"utm_name", | |
"utm_place", | |
"utm_product", | |
"utm_pubreferrer", | |
"utm_reader", | |
"utm_referrer", | |
"utm_serial", | |
"utm_session", | |
"utm_siteid", | |
"utm_social", | |
"utm_social-type", | |
"utm_source", | |
"utm_supplier", | |
"utm_swu", | |
"utm_term", | |
"utm_umguk", | |
"utm_userid", | |
"utm_viz_id" | |
] | |
}, | |
{ | |
"include": [ | |
"https://dev-pages.bravesoftware.com/clean-urls/*" | |
], | |
"exclude": [ | |
"https://dev-pages.bravesoftware.com/clean-urls/exempted/*" | |
], | |
"params": [ | |
"brave_testing1", | |
"brave_testing2" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment