mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +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() {
|
||||
const blockedDomains = [
|
||||
'uscourts.gov',
|
||||
'dropbox.com',
|
||||
'webbyawards.com',
|
||||
'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html',
|
||||
'adyen.com',
|
||||
'gravityforms.com',
|
||||
'harbourair.com',
|
||||
'ani.gamer.com.tw',
|
||||
'blueskybooking.com',
|
||||
'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html',
|
||||
'docs.google.com',
|
||||
'dropbox.com',
|
||||
'gravityforms.com',
|
||||
'harbourair.com',
|
||||
'sharefile.com',
|
||||
'uscourts.gov',
|
||||
'webbyawards.com',
|
||||
];
|
||||
const currentUrl = window.location.href;
|
||||
let currentRegex;
|
||||
|
Loading…
Reference in New Issue
Block a user