mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
disable rewriterlogs by default
This commit is contained in:
parent
ad73d45b45
commit
300b48eb4c
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ export class ScramjetController {
|
|||
syncxhr: false,
|
||||
naiiveRewriter: false,
|
||||
strictRewrites: true,
|
||||
rewriterLogs: true,
|
||||
rewriterLogs: false,
|
||||
captureErrors: true,
|
||||
cleanErrors: false,
|
||||
scramitize: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue