mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
Updated whitelists
This commit is contained in:
parent
1bfaf05652
commit
82df876481
@ -1,10 +1,11 @@
|
||||
{
|
||||
"whitelist_urls": [
|
||||
"https?://localhost:?[0-9]*\\/.*",
|
||||
"https://.*\\.mytrezor\\.com\\/.*",
|
||||
"https://mytrezor\\.com\\/.*",
|
||||
"https://.*\\.greenaddress\\.it\\/.*",
|
||||
"https://greenaddress\\.it\\/.*"
|
||||
"https?://localhost(:\\d+)?(/.*)?",
|
||||
"https://mytrezor\\.com(/.*)?",
|
||||
"https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?",
|
||||
"https://greenaddress\\.it(/.*)?",
|
||||
"https://[\\w\\.-]+\\.greenaddress\\.it(/.*)?"
|
||||
|
||||
],
|
||||
"blacklist_urls": [
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user