mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2506 from keepassxreboot/fix/adjust_xml_site_exlude_list
Remove XML URL from exclude list
This commit is contained in:
commit
b186eb1fd2
3 changed files with 0 additions and 3 deletions
1
dist/manifest_chromium.json
vendored
1
dist/manifest_chromium.json
vendored
|
|
@ -39,7 +39,6 @@
|
|||
"<all_urls>"
|
||||
],
|
||||
"exclude_matches": [
|
||||
"*://*/*.xml*",
|
||||
"file:///*.xml*"
|
||||
],
|
||||
"js": [
|
||||
|
|
|
|||
1
dist/manifest_firefox.json
vendored
1
dist/manifest_firefox.json
vendored
|
|
@ -52,7 +52,6 @@
|
|||
"<all_urls>"
|
||||
],
|
||||
"exclude_matches": [
|
||||
"*://*/*.xml*",
|
||||
"file:///*.xml*"
|
||||
],
|
||||
"js": [
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
"<all_urls>"
|
||||
],
|
||||
"exclude_matches": [
|
||||
"*://*/*.xml*",
|
||||
"file:///*.xml*"
|
||||
],
|
||||
"js": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue