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-07-07 22:40:00 +0300
committerhauk92 <47572039+hauk92@users.noreply.github.com>2022-07-07 22:40:00 +0300
commite94e5527fbb98e7f2b2437246014b85c2085fca2 (patch)
treed4d24730ae8419ce6765b7ce7dd92247bc469dcc
parent9323eff6532f149199a23ef235a98b6b5820d948 (diff)
Add more PayPal URLs to predefined sites
-rw-r--r--keepassxc-browser/common/sites.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/keepassxc-browser/common/sites.js b/keepassxc-browser/common/sites.js
index bff588d..41a3929 100644
--- a/keepassxc-browser/common/sites.js
+++ b/keepassxc-browser/common/sites.js
@@ -2,7 +2,10 @@
const PREDEFINED_SITELIST = [
'https://accounts.google.com/*',
- 'https://www.paypal.com/*/signin',
+ 'https://www.paypal.com/*/signin*',
+ 'https://www.paypal.com/cgi-bin/webscr*',
+ 'https://www.paypal.com/checkoutnow*',
+ 'https://www.paypal.com/signin*',
'https://outlook.live.com/*',
'https://login.live.com/*',
'https://odc.officeapps.live.com/*',