mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
rules: fuzzy match: add fuzzy timestamp match on 'ts' query arg
This commit is contained in:
parent
70a09e2804
commit
9c574db7da
@ -40,7 +40,7 @@ default_filters:
|
|||||||
|
|
||||||
# remove more generic cache-busting params:
|
# remove more generic cache-busting params:
|
||||||
# name contains 'bust', value appears to be a timestamp
|
# name contains 'bust', value appears to be a timestamp
|
||||||
- match: '[?&](\w*bust\w*=1[\d]{12,15})(?=&|$)'
|
- match: '[?&](\w*(bust|ts)\w*=1[\d]{12,15})(?=&|$)'
|
||||||
replace: ''
|
replace: ''
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user