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:
authorSami Vänttinen <sami.vanttinen@protonmail.com>2022-07-08 13:41:43 +0300
committerGitHub <noreply@github.com>2022-07-08 13:41:43 +0300
commita2321b2424c7f7bc78172b9ec1ae53826b27da23 (patch)
treed4d24730ae8419ce6765b7ce7dd92247bc469dcc
parent9323eff6532f149199a23ef235a98b6b5820d948 (diff)
parente94e5527fbb98e7f2b2437246014b85c2085fca2 (diff)
Merge pull request #1673 from hauk92/paypal
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/*',