Skip to content

Commit

Permalink
Remove -US restriction.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Apr 22, 2020
1 parent f363b33 commit 9f92d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function notFound(req, res) {

function getExperimentBranch(req, sorterNum) {

if (req.headers && !req.headers["accept-language"].toLowerCase().includes("en-us") ){
if (req.headers && !req.headers["accept-language"].includes("en") ){
return false;
}

Expand Down

0 comments on commit 9f92d9c

Please sign in to comment.