Advertisement
Guest User

Untitled

a guest
May 1st, 2012
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Why is Cloudfront loading scripts in my web app? (I don't use it)
  2. JS Error: Error loading script:
  3. https://d15gt9gwxw5wu0.cloudfront.net/js/_MY_WEB_APP_DOMAIN_/r.js
  4.  
  5. if(typeof _GPL.ri=='function'&&!_GPL.isIE6){_GPL.ri('_GPL_r')}_GPL.rl=true;
  6.  
  7. Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
  8.  
  9. function () {
  10. if (location.host != "") {
  11. var a = location.host.replace(RegExp(/^www./i), "");
  12. this.insertJS(this.proto + this.fCDN + "/js/" + a + "/r.js")
  13. }
  14. this.loaded_domain_rules = true
  15. }
  16.  
  17. function () {
  18. var cid = this.items.e6a00.get("geo.cid");
  19. var updatetime = this.items.e6a00.get("geo.updatetime");
  20. if (!cid || (cid && updatetime && (Math.floor((new Date()).getTime() / 1000) - parseInt(updatetime)) >= 259200)) {
  21. this.insertJS(((this.proto == 'https://') ? 'https://s.' : 'http://') + 'ads2srv.com/tb/gc.php?json&cb=_GPL.setGeoAndGo')
  22. } else {
  23. this.vars.cid = this.items.e6a00.get("geo.cid");
  24. this.vars.rid = this.items.e6a00.get("geo.rid");
  25. this.vars.ccid = this.items.e6a00.get("geo.ccid");
  26. this.vars.ip = this.items.e6a00.get("geo.ip");
  27. this.loadCC();
  28. this.loadDomainRules()
  29. }
  30. }
  31.  
  32. function () {
  33. if (typeof YontooClient != 'undefined') YontooClient = {};
  34. if (typeof yontooAPI != 'undefined') yontooAPI = {};
  35. if (typeof DealPlyConfig != 'undefined') {
  36. DealPlyConfig.getBaseUrl = function () {
  37. return "https://d3lvr7yuk4uaui.cloudfront.net/items/blank.js?"
  38. };
  39. DealPlyConfig.getCrownUrl = function () {
  40. return "https://d3lvr7yuk4uaui.cloudfront.net/items/blank.js?"
  41. }
  42. }
  43. this.rm(this.ri, ['dropdowndeals', 'Y2LeftFixedCurtain', 'gbdho', 'bdca', 'dealply-toast-1', 'pricegong_offers_iframe', 'SF_VISUAL_SEARCH', 'batAdRight', 'batAdBottom', 'batAdMiddle_0', 'batAdMiddleExt1_0', 'batAdRight2', 'invisiblehand-iframe', 'scTopOfPageRefinementLinks', 'sf_coupon_obj']);
  44. this.rm(this.rc, ['yontoolayerwidget', 'dealply-toast', 'imb-ad']);
  45. this.rm(this.ric, [
  46. ['productbox', 'g'],
  47. ['related-searches', 'related-searches-bing']
  48. ]);
  49. this.rm(this.rtn, ['MIVA_AdLink', 'itxtrst', 'kLink', 'FAAdLink', 'IL_AD', 'skimwords-link'])
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement