Skip to content

Commit 35d4533

Browse files
authored
Apply suggestions from code review
1 parent 0af1404 commit 35d4533

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ enable_memento: true
2828
framed_replay: true
2929

3030
# Use wabac.js-style client-side replay system for framed replay
31-
client_side_replay: true
31+
client_side_replay: false
3232

3333
# Enable classic redirect behavior
3434
redirect_to_exact: true
@@ -43,4 +43,4 @@ redirect_to_exact: true
4343

4444
# Uncomment to inject extra scripts into replayed pages (put them under static/)
4545
# inject_scripts:
46-
# - ruffle/ruffle.js
46+
# - ruffle/ruffle.js

tests/config_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ enable_memento: true
4343
transclusions_version: 2
4444

4545
inject_scripts:
46-
- inject.js
46+
- inject.js

0 commit comments

Comments
 (0)