From df30848f3d438415748f672f872c6bc3561cbabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zl=C3=A1mal?= Date: Thu, 23 Jan 2025 10:06:25 +0000 Subject: [PATCH] Rossum SA ext: whitelist `r8.lol` domain --- src/rossum-sa-extension/manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/rossum-sa-extension/manifest.json b/src/rossum-sa-extension/manifest.json index 588296200d..f6a80f939c 100644 --- a/src/rossum-sa-extension/manifest.json +++ b/src/rossum-sa-extension/manifest.json @@ -12,7 +12,12 @@ "content_scripts": [ { "js": ["scripts/rossum.js"], - "matches": ["http://localhost:3000/*", "https://*.rossum.ai/*", "https://*.rossum.app/*"] + "matches": [ + "http://localhost:3000/*", + "https://*.rossum.ai/*", + "https://*.rossum.app/*", + "https://*.r8.lol/*" + ] }, { "js": ["scripts/netsuite.js"],