From 3e33b628b99f0676533ee5a41e502573c33502da Mon Sep 17 00:00:00 2001 From: velzie Date: Thu, 10 Oct 2024 20:57:13 -0400 Subject: [PATCH] disable cleanerrors by default --- src/controller/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/index.ts b/src/controller/index.ts index 68d6acf..6c6471a 100644 --- a/src/controller/index.ts +++ b/src/controller/index.ts @@ -32,7 +32,7 @@ export class ScramjetController { naiiveRewriter: false, captureErrors: true, syncxhr: false, - cleanerrors: true, + cleanerrors: false, scramitize: false, sourcemaps: true, },