Merge pull request #4143 from prettymuchbryce/blacklist-shopify-iframe

Blacklist problematic shopify iFrame
feature/default_network_editable
kumavis 7 years ago committed by GitHub
commit 84275456e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/scripts/contentscript.js

@ -174,6 +174,7 @@ function blacklistedDomainCheck () {
'uscourts.gov', 'uscourts.gov',
'dropbox.com', 'dropbox.com',
'webbyawards.com', 'webbyawards.com',
'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html',
] ]
var currentUrl = window.location.href var currentUrl = window.location.href
var currentRegex var currentRegex

Loading…
Cancel
Save