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 00958b1 commit 8056cb9Copy full SHA for 8056cb9
static/ui.js
@@ -7,10 +7,12 @@ const scramjet = new ScramjetController({
7
sync: "/scram/scramjet.sync.js",
8
},
9
flags: {
10
- rewriterLogs: true,
+ rewriterLogs: false,
11
+ naiiveRewriter: false,
12
+ scramitize: false,
13
14
siteFlags: {
- "https://www.google.com/.*": {
15
+ "https://www.google.com/(search|sorry).*": {
16
naiiveRewriter: true,
17
18
"https://worker-playground.glitch.me/.*": {
0 commit comments