Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhauk92 <47572039+hauk92@users.noreply.github.com>2022-11-02 20:38:50 +0300
committerhauk92 <47572039+hauk92@users.noreply.github.com>2022-11-02 20:38:50 +0300
commit277b1c4ae5a14b8713d1b8bb4db459519e3a828a (patch)
tree50bcb1eac3098330cb265bfccaf2cc5fb3942007
parentaf7e36803faaa3526283533c1812b75397206094 (diff)
Add even more PayPal URLs to predefined sites
-rw-r--r--keepassxc-browser/common/sites.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/keepassxc-browser/common/sites.js b/keepassxc-browser/common/sites.js
index f6c42f2..e8e8d93 100644
--- a/keepassxc-browser/common/sites.js
+++ b/keepassxc-browser/common/sites.js
@@ -2,6 +2,8 @@
const PREDEFINED_SITELIST = [
'https://accounts.google.com/*',
+ 'https://www.paypal.com/*/cgi-bin/webscr*',
+ 'https://www.paypal.com/*/checkoutnow*',
'https://www.paypal.com/*/signin*',
'https://www.paypal.com/cgi-bin/webscr*',
'https://www.paypal.com/checkoutnow*',