diff options
author | Jeremy Lin <[email protected]> | 2023-05-17 12:04:31 -0700 |
---|---|---|
committer | Jeremy Lin <[email protected]> | 2023-05-17 12:04:31 -0700 |
commit | 23aa9088f39b2f5a51c95141af1490399e2a752b (patch) | |
tree | bc534519784d82ee287d24f710407c8334ad2e0c | |
parent | 4f0ed06b067540e5a64aa0edaafa346a46cb3ac7 (diff) | |
download | vaultwarden-23aa9088f39b2f5a51c95141af1490399e2a752b.tar.gz vaultwarden-23aa9088f39b2f5a51c95141af1490399e2a752b.zip |
Sync global_domains.json to bitwarden/server@8dda73a (Pinterest)
-rw-r--r-- | src/static/global_domains.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/static/global_domains.json b/src/static/global_domains.json index 1c9ed272..78458cbb 100644 --- a/src/static/global_domains.json +++ b/src/static/global_domains.json @@ -952,5 +952,24 @@ "jira.com" ], "Excluded": false + }, + { + "Type": 90, + "Domains": [ + "pinterest.com", + "pinterest.com.au", + "pinterest.cl", + "pinterest.de", + "pinterest.dk", + "pinterest.es", + "pinterest.fr", + "pinterest.co.uk", + "pinterest.jp", + "pinterest.co.kr", + "pinterest.nz", + "pinterest.pt", + "pinterest.se" + ], + "Excluded": false } ]
\ No newline at end of file |