Skip to content

Commit

Permalink
Use subdomain instead of FQDN for AMO front
Browse files Browse the repository at this point in the history
This is to automatically include relevant cookies, in particular to
allow non-public extensions to be viewed if the user is signed in.
  • Loading branch information
Rob--W committed May 26, 2019
1 parent 35d3d8a commit 21395df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain-fronter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

(() => {
let DOMAIN_FRONTS = new Map();
DOMAIN_FRONTS.set('addons.mozilla.org', 'addons.mozilla.org.');
DOMAIN_FRONTS.set('addons.mozilla.org', 'reviewers.addons.mozilla.org');
DOMAIN_FRONTS.set('addons.cdn.mozilla.net', 'addons.cdn.mozilla.net.');

const REQUEST_ID_HEADER = 'random-id-to-map-xhr-to-domain-fronter';
Expand Down

0 comments on commit 21395df

Please sign in to comment.