1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

rules: feat: remove fbclids (#691)

- fuzzy match 'fbclid=' query arguments (from facebook redirects)
This commit is contained in:
Philip Clegg 2022-01-26 05:40:53 +00:00 committed by GitHub
parent 38b1952d34
commit 825e4e54ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,13 @@ default_filters:
- match: '[?&](\w*(bust|ts)\w*=1[\d]{12,15})(?=&|$)'
replace: ''
# remove facbook link ID when pywb urls are shared on facebook
- match: '[?&](fbclid)=(.*)+(?=&|$)'
replace: ''
rules:
# twitter rules