From f60a000d29a0e98898260d6545898c8111602518 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sat, 5 Apr 2025 09:05:06 +0300 Subject: [PATCH] Remove XML URL from exclude list --- dist/manifest_chromium.json | 1 - dist/manifest_firefox.json | 1 - keepassxc-browser/manifest.json | 1 - 3 files changed, 3 deletions(-) diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index 4b4bbdc..df0fdb5 100755 --- a/dist/manifest_chromium.json +++ b/dist/manifest_chromium.json @@ -39,7 +39,6 @@ "" ], "exclude_matches": [ - "*://*/*.xml*", "file:///*.xml*" ], "js": [ diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index 2abaa5e..9eae09b 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -52,7 +52,6 @@ "" ], "exclude_matches": [ - "*://*/*.xml*", "file:///*.xml*" ], "js": [ diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 4b4bbdc..df0fdb5 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -39,7 +39,6 @@ "" ], "exclude_matches": [ - "*://*/*.xml*", "file:///*.xml*" ], "js": [