I'm running tests to ensure our sites still function when users have chosen to block ads. I'm having truble understanding why a script resource is blocked when developing locally that isn't blocked on our uat or www subdomains. I'm using a vanilla unchanged install of ABP on Chrome 45.0.2454.101 with the standard easylist filters.
e.g. this is the url that we use when developing locally on an IIS server running on our dev computers. radiotimes.local is a host back to localhost/127.0.0.1. This gets blocked.
Code: Select all
<script src="http://radiotimes.local/rt-service/resource/jspack?baseurl=/assets/scripts/&include=../../Scripts/Modules/Dfp/AdRemover.js,../../Scripts/Modules/Dfp/UnitName.js,../../Scripts/Modules/Dfp/AdManager.js,lib/type-helpers.js,lib/mootools-more-modified.js,lib/mootools-extensions.js,lib/pubsub.js,lib/innershiv.js,lib/handlebars.runtime.js,lib/typeahead.js,templates/compiled/autocompleteSearchResult.hbs.js,plugins/jquery.bpopup.min.js,classes/utils/InputPlaceholder.js,classes/header/TypeaheadSearch.js,classes/utils/WidgetLoader.js,classes/utils/LoginLogoutLocationCookie.js,classes/utils/Dialog.js,classes/personalisation/LoginStatus.js,site/impolicycookie.js,plugins/dotdotdot/jquery.dotdotdot-1.5.1.js,plugins/carousel/jquery.jcarousel.min.js,site/core.js,../js/modules/header.js,../js/modules/rt-ga.js,../js/modules/smart-banners.js,../js/plugins/jquery.cookie.js,../js/modules/audience-science.js,../js/modules/inskin-targeting.js,classes/utils/LoginWidgetLoader.js,classes/utils/LoadingSpinner.js,site/PicksOfDayCarousel.js,lib/voila0.3.2.2.min.js&minify=True&cachekey=2015.21.5"></script>
Code: Select all
<script src="http://uat.radiotimes.com/rt-service/resource/jspack?baseurl=/assets/scripts/&include=../../Scripts/Modules/Dfp/AdRemover.js,../../Scripts/Modules/Dfp/UnitName.js,../../Scripts/Modules/Dfp/AdManager.js,lib/type-helpers.js,lib/mootools-more-modified.js,lib/mootools-extensions.js,lib/pubsub.js,lib/innershiv.js,lib/handlebars.runtime.js,lib/typeahead.js,templates/compiled/autocompleteSearchResult.hbs.js,plugins/jquery.bpopup.min.js,classes/utils/InputPlaceholder.js,classes/header/TypeaheadSearch.js,classes/utils/WidgetLoader.js,classes/utils/LoginLogoutLocationCookie.js,classes/utils/Dialog.js,classes/personalisation/LoginStatus.js,site/impolicycookie.js,plugins/dotdotdot/jquery.dotdotdot-1.5.1.js,plugins/carousel/jquery.jcarousel.min.js,site/core.js,../js/modules/header.js,../js/modules/rt-ga.js,../js/modules/smart-banners.js,../js/plugins/jquery.cookie.js,../js/modules/audience-science.js,../js/modules/inskin-targeting.js,classes/utils/LoginWidgetLoader.js,classes/utils/LoadingSpinner.js,site/PicksOfDayCarousel.js,lib/voila0.3.2.2.min.js&minify=True&cachekey=2015.21.5"></script>
Now I suspect the fact the query string has "ad" in it may be the cause of the blocking but then why isn't it blocked on uat/www? If I change local configuration to use the url on uat then it isn't blocked locally. That would point to the domain being the issue?
Thanks for any assistance.
Steve.