1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +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": [
".*",
"file://.*",
"https?://.*\\.mytrezor\\.com\\/.*",
"https?://mytrezor\\.com\\/.*"
"https?://localhost\\/.*",
"https://.*\\.mytrezor\\.com\\/.*",
"https://mytrezor\\.com\\/.*",
"https://.*\\.greenaddress\\.it\\/.*",
"https://greenaddress\\.it\\/.*"
],
"blacklist_urls": [
],
@ -11,5 +12,5 @@
["0x534c", "0x0001", "Trezor"],
["0x10c4", "0xea80", "Trezor Shield"]
],
"valid_days": 30
"valid_days": 90
}