disable rewriterlogs by default

This commit is contained in:
Toshit Chawda 2025-03-09 13:45:42 -07:00
parent ad73d45b45
commit 300b48eb4c
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ export class ScramjetController {
syncxhr: false,
naiiveRewriter: false,
strictRewrites: true,
rewriterLogs: true,
rewriterLogs: false,
captureErrors: true,
cleanErrors: false,
scramitize: false,