Skip to content

Commit

Permalink
Merge pull request #2398 from keepassxreboot/fix/add_predefined_sites
Browse files Browse the repository at this point in the history
Add some predefined sites
  • Loading branch information
Sami Vänttinen authored Dec 5, 2024
2 parents ec17a88 + 8196f28 commit c697bca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keepassxc-browser/common/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ const PREDEFINED_SITELIST = [
];

const IMPROVED_DETECTION_PREDEFINED_SITELIST = [
'https://www.reddit.com/',
'https://auth.max.com/',
'https://login.qt.io/login',
'https://secure.chase.com/*',
'https://www.reddit.com/',
'https://www.icloud.com/'
];

Expand Down

0 comments on commit c697bca

Please sign in to comment.