mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
Fixed \\ in whitelist urls
This commit is contained in:
parent
437eff319f
commit
26b5f5ed41
@ -1,7 +1,7 @@
|
||||
{
|
||||
"whitelist_urls": [
|
||||
"https?://localhost(:\\d+)?(/.*)?",
|
||||
"https?://localhost.mytrezor.com(:\\d+)?(/.*)?",
|
||||
"https?://localhost\\.mytrezor\\.com(:\\d+)?(/.*)?",
|
||||
"https://mytrezor\\.com(/.*)?",
|
||||
"https://[\\w\\.-]+\\.mytrezor\\.com(/.*)?",
|
||||
"https://greenaddress\\.it(/.*)?",
|
||||
|
Loading…
Reference in New Issue
Block a user