diff --git a/core/interceptor.js b/core/interceptor.js index c1d9c7a844f54974ef681310eaa20447281c6118..74df08fc283355ec071ced629837edafc425a286 100644 --- a/core/interceptor.js +++ b/core/interceptor.js @@ -55,12 +55,17 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) { 'blog.datawrapper.de': true, 'bundleofholding.com': true, 'cdnjs.com': true, + 'cellmapper.net': true, 'code.world': true, + 'creativecommons.org': true, 'dropbox.com': true, + 'epey.com': true, 'evoice.com': true, 'freebusy.io': true, 'gazetadopovo.com.br': true, 'glowing-bear.org': true, + 'ico.org.uk': true, + 'labdoor.com': true, 'manualslib.com': true, 'meslieux.paris.fr': true, 'mgm.gov.tr': true, @@ -76,6 +81,7 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) { 'scotthelme.co.uk': true, 'securityheaders.com': true, 'securityheaders.io': true, + 'somiibo.com': true, 'stefansundin.github.io': true, 'transcend-info.com': true, 'udacity.com': true, diff --git a/core/mappings.js b/core/mappings.js index dab3def4f1593e21a2c054a8830496baf493ef93..d4ffb1f718d5ffbc277dc50dcd6d95e6685ead98 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -77,6 +77,7 @@ var mappings = { // Microsoft Ajax CDN 'ajax.aspnetcdn.com': { '/ajax/': { + 'jQuery/jquery-{version}.': resources.jQuery, 'jquery/jquery-{version}.': resources.jQuery, 'modernizr/modernizr-{version}.': resources.modernizr } @@ -84,6 +85,7 @@ var mappings = { // Microsoft Ajax CDN [Deprecated] 'ajax.microsoft.com': { '/ajax/': { + 'jQuery/jquery-{version}.': resources.jQuery, 'jquery/jquery-{version}.': resources.jQuery, 'modernizr/modernizr-{version}.': resources.modernizr } diff --git a/pages/popup/popup.js b/pages/popup/popup.js index 9adccba621cc51a96fb97f1cd17da07786bb8f82..565b5aee04cbfa613f161d914428c8d714de812c 100644 --- a/pages/popup/popup.js +++ b/pages/popup/popup.js @@ -326,7 +326,7 @@ popup._onTestingUtilityLinkClicked = function (event) { if (event.button === 0 || event.button === 1) { chrome.tabs.create({ - 'url': 'https://decentraleyes.org/test', + 'url': 'https://decentraleyes.org/test/', 'active': (event.button === 0) }); }