mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Stop injecting provider on docs.google.com (#15459)
This commit is contained in:
parent
6a6939dbb4
commit
0075237ade
@ -329,16 +329,17 @@ function documentElementCheck() {
|
|||||||
*/
|
*/
|
||||||
function blockedDomainCheck() {
|
function blockedDomainCheck() {
|
||||||
const blockedDomains = [
|
const blockedDomains = [
|
||||||
'uscourts.gov',
|
|
||||||
'dropbox.com',
|
|
||||||
'webbyawards.com',
|
|
||||||
'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html',
|
|
||||||
'adyen.com',
|
'adyen.com',
|
||||||
'gravityforms.com',
|
|
||||||
'harbourair.com',
|
|
||||||
'ani.gamer.com.tw',
|
'ani.gamer.com.tw',
|
||||||
'blueskybooking.com',
|
'blueskybooking.com',
|
||||||
|
'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html',
|
||||||
|
'docs.google.com',
|
||||||
|
'dropbox.com',
|
||||||
|
'gravityforms.com',
|
||||||
|
'harbourair.com',
|
||||||
'sharefile.com',
|
'sharefile.com',
|
||||||
|
'uscourts.gov',
|
||||||
|
'webbyawards.com',
|
||||||
];
|
];
|
||||||
const currentUrl = window.location.href;
|
const currentUrl = window.location.href;
|
||||||
let currentRegex;
|
let currentRegex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user