1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-02 03:48:58 +00:00

Validity prolonged to 90 days

This commit is contained in:
slush0 2014-07-24 14:34:06 +02:00
parent f167569e1d
commit 89d88fa23c

View File

@ -1,9 +1,10 @@
{ {
"whitelist_urls": [ "whitelist_urls": [
".*", "https?://localhost\\/.*",
"file://.*", "https://.*\\.mytrezor\\.com\\/.*",
"https?://.*\\.mytrezor\\.com\\/.*", "https://mytrezor\\.com\\/.*",
"https?://mytrezor\\.com\\/.*" "https://.*\\.greenaddress\\.it\\/.*",
"https://greenaddress\\.it\\/.*"
], ],
"blacklist_urls": [ "blacklist_urls": [
], ],
@ -11,5 +12,5 @@
["0x534c", "0x0001", "Trezor"], ["0x534c", "0x0001", "Trezor"],
["0x10c4", "0xea80", "Trezor Shield"] ["0x10c4", "0xea80", "Trezor Shield"]
], ],
"valid_days": 30 "valid_days": 90
} }