mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
rules: add 'debugNoBatch' rewrite for fb and insta (#806)
This commit is contained in:
parent
d207c76bae
commit
406fad95c2
@ -196,6 +196,9 @@ rules:
|
|||||||
group: 1
|
group: 1
|
||||||
function: 'pywb.rewrite.rewrite_dash:rewrite_fb_dash'
|
function: 'pywb.rewrite.rewrite_dash:rewrite_fb_dash'
|
||||||
|
|
||||||
|
- match: '"debugNoBatching\s?":(?:false|0)'
|
||||||
|
replace: '"debugNoBatching":true'
|
||||||
|
|
||||||
parse_comments: true
|
parse_comments: true
|
||||||
|
|
||||||
- url_prefix: 'com,facebook'
|
- url_prefix: 'com,facebook'
|
||||||
@ -227,6 +230,9 @@ rules:
|
|||||||
- match: '"is_dash_eligible":true'
|
- match: '"is_dash_eligible":true'
|
||||||
replace: '"is_dash_eligible":false'
|
replace: '"is_dash_eligible":false'
|
||||||
|
|
||||||
|
- match: '"debugNoBatching\s?":(?:false|0)'
|
||||||
|
replace: '"debugNoBatching":true'
|
||||||
|
|
||||||
fuzzy_lookup: '()'
|
fuzzy_lookup: '()'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user