mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 23:11:10 +00:00
Add null to allow electron apps (#20)
Electron discussion there https://github.com/electron/electron/issues/7931 It seems `Origin: 'null'` from electron apps is a feature, not a bug
This commit is contained in:
parent
85adb1ea78
commit
7237cefbb4
@ -15,7 +15,8 @@
|
|||||||
"https://[\\w\\.-]+\\.bitex\\.la(/.*)?",
|
"https://[\\w\\.-]+\\.bitex\\.la(/.*)?",
|
||||||
"https://quorumwallet\\.com(/.*)?",
|
"https://quorumwallet\\.com(/.*)?",
|
||||||
"https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?",
|
"https://[\\w\\.-]+\\.quorumwallet\\.com(/.*)?",
|
||||||
"chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?"
|
"chrome-extension://jcjjhjgimijdkoamemaghajlhegmoclj(/.*)?",
|
||||||
|
"null"
|
||||||
],
|
],
|
||||||
"blacklist_urls": [
|
"blacklist_urls": [
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user