diff options
author | Mathijs van Veluw <[email protected]> | 2021-02-03 22:22:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-03 22:22:33 +0100 |
commit | 9e5fd2d576096cfeade5fa48cb1ae6a4c938a71f (patch) | |
tree | 2295c3dc1a9ad067daf36dfdbb23ebd7cda9b694 /src/static | |
parent | 705d840ea3271738db43e096a1c45d1c9a694d6f (diff) | |
parent | d62d53aa8e7a05dbfc760e057607276ff2ecff2e (diff) | |
download | vaultwarden-9e5fd2d576096cfeade5fa48cb1ae6a4c938a71f.tar.gz vaultwarden-9e5fd2d576096cfeade5fa48cb1ae6a4c938a71f.zip |
Merge branch 'master' into admin-interface
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/global_domains.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/static/global_domains.json b/src/static/global_domains.json index cf96a379..cbb59b1c 100644 --- a/src/static/global_domains.json +++ b/src/static/global_domains.json @@ -508,7 +508,8 @@ "disneymoviesanywhere.com", "go.com", "disney.com", - "dadt.com" + "dadt.com", + "disneyplus.com" ], "Excluded": false }, @@ -885,5 +886,13 @@ "yandex.uz" ], "Excluded": false + }, + { + "Type": 84, + "Domains": [ + "sonyentertainmentnetwork.com", + "sony.com" + ], + "Excluded": false } ]
\ No newline at end of file |