1
0
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:
slush0 2014-07-28 16:47:39 +02:00
parent 1bfaf05652
commit 82df876481

View File

@ -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": [
],