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@ahmala.org>2022-11-03 18:24:29 +0300
committerGitHub <noreply@github.com>2022-11-03 18:24:29 +0300
commitc4a1713de9e58ad99899da94b6853843c129f092 (patch)
treec4f657029077e11358e60b3afaa138e03c84847d
parent2a6ef038460fbd962df74974afa680eff98880d0 (diff)
parent277b1c4ae5a14b8713d1b8bb4db459519e3a828a (diff)
Merge pull request #1765 from hauk92/paypal
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*',