From 39e55824961a8870aad56b77ff6b0c6d9cd8aa26 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 3 Aug 2025 22:14:31 +0000 Subject: [PATCH] ignore browser-extension errors; closes #435 --- copyparty/web/util.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/util.js b/copyparty/web/util.js index 94f73f24..929316e5 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -180,6 +180,9 @@ function vis_exh(msg, url, lineNo, columnNo, error) { if (!/\.js($|\?)/.exec(url)) return; // chrome debugger + if (url.indexOf('extension://') + 1) + return; + if (url.indexOf(' > eval') + 1 && !evalex_fatal) return; // md timer