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 0af1404 commit 35d4533Copy full SHA for 35d4533
config.yaml
@@ -28,7 +28,7 @@ enable_memento: true
28
framed_replay: true
29
30
# Use wabac.js-style client-side replay system for framed replay
31
-client_side_replay: true
+client_side_replay: false
32
33
# Enable classic redirect behavior
34
redirect_to_exact: true
@@ -43,4 +43,4 @@ redirect_to_exact: true
43
44
# Uncomment to inject extra scripts into replayed pages (put them under static/)
45
# inject_scripts:
46
-# - ruffle/ruffle.js
+# - ruffle/ruffle.js
tests/config_test.yaml
@@ -43,4 +43,4 @@ enable_memento: true
transclusions_version: 2
inject_scripts:
- - inject.js
+ - inject.js
0 commit comments