Skip to content

Commit

Permalink
Stop injecting provider on docs.google.com (#15459)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Aug 5, 2022
1 parent 6a6939d commit 0075237
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/scripts/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0075237

Please sign in to comment.