Bug 1258728 - new remote newtab staging origin r?ursula draft
authorOlivier Yiptong <olivier@olivieryiptong.com>
Thu, 24 Mar 2016 16:28:01 -0400
changeset 344559 972099c356f64a3b130b4fdfee388f17f7f91a51
parent 344388 24c5fbde4488e06ef79905e1c520027cddcd1189
child 344560 041217d62e81f21ee6990abb5f228bd3aaab151d
push id13857
push userolivier@olivieryiptong.com
push dateThu, 24 Mar 2016 20:31:06 +0000
reviewersursula
bugs1258728
milestone48.0a1
Bug 1258728 - new remote newtab staging origin r?ursula MozReview-Commit-ID: GCjMvnPKgZU
browser/components/newtab/NewTabRemoteResources.jsm
--- a/browser/components/newtab/NewTabRemoteResources.jsm
+++ b/browser/components/newtab/NewTabRemoteResources.jsm
@@ -2,14 +2,14 @@
 
 "use strict";
 
 this.EXPORTED_SYMBOLS = ["NewTabRemoteResources"];
 
 const NewTabRemoteResources = {
   MODE_CHANNEL_MAP: {
     production: {origin: "https://content.cdn.mozilla.net"},
-    staging: {origin: "https://content-cdn.stage.mozaws.net"},
+    staging: {origin: "https://s3_proxy_tiles.stage.mozaws.net"},
     test: {origin: "https://example.com"},
     test2: {origin: "http://mochi.test:8888"},
     dev: {origin: "http://localhost:8888"}
   }
 };