diff options
author | Etienne Dusseault <etienne.dusseault@gmail.com> | 2019-04-11 09:26:47 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-04-11 09:26:47 +0800 |
commit | 7ceb1c63ccceeb631c148b9244987dba54f77b12 (patch) | |
tree | c495b417fcd91f33d7674de7b4b3941f18a94b0a | |
parent | a973a7420abed55998b88c339d1c6a1c53bd63e2 (diff) | |
download | tangerine-wallet-browser-7ceb1c63ccceeb631c148b9244987dba54f77b12.tar tangerine-wallet-browser-7ceb1c63ccceeb631c148b9244987dba54f77b12.tar.gz tangerine-wallet-browser-7ceb1c63ccceeb631c148b9244987dba54f77b12.tar.bz2 tangerine-wallet-browser-7ceb1c63ccceeb631c148b9244987dba54f77b12.tar.lz tangerine-wallet-browser-7ceb1c63ccceeb631c148b9244987dba54f77b12.tar.xz tangerine-wallet-browser-7ceb1c63ccceeb631c148b9244987dba54f77b12.tar.zst tangerine-wallet-browser-7ceb1c63ccceeb631c148b9244987dba54f77b12.zip |
Added Chrome limited site access solution doc (#6422)
-rw-r--r-- | docs/limited_site_access.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/limited_site_access.md b/docs/limited_site_access.md new file mode 100644 index 000000000..f703d5c7e --- /dev/null +++ b/docs/limited_site_access.md @@ -0,0 +1,5 @@ +# Google Chrome/Brave Limited Site Access for Extensions + +Problem: MetaMask doesn't work with limited site access enabled under Chrome's extensions. + +Solution: In addition to the site you wish to whitelist, you must add 'api.infura.io' as another domain, so the MetaMask extension is authorized to make RPC calls to Infura. |