We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d207c76 commit 406fad9Copy full SHA for 406fad9
pywb/rules.yaml
@@ -196,6 +196,9 @@ rules:
196
group: 1
197
function: 'pywb.rewrite.rewrite_dash:rewrite_fb_dash'
198
199
+ - match: '"debugNoBatching\s?":(?:false|0)'
200
+ replace: '"debugNoBatching":true'
201
+
202
parse_comments: true
203
204
- url_prefix: 'com,facebook'
@@ -227,6 +230,9 @@ rules:
227
230
- match: '"is_dash_eligible":true'
228
231
replace: '"is_dash_eligible":false'
229
232
233
234
235
236
fuzzy_lookup: '()'
237
238
0 commit comments