1
0
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:
Karel Bílek 2016-11-10 18:20:39 +01:00 committed by GitHub
parent 85adb1ea78
commit 7237cefbb4

View File

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