Skip to content

Commit

Permalink
Bug 1563905 - Enable eTLD+1 login lookup in test_basic_form_autocompl…
Browse files Browse the repository at this point in the history
…ete_subdomain.html. r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D37298

--HG--
extra : moz-landing-system : lando
  • Loading branch information
mnoorenberghe committed Jul 8, 2019
1 parent eb598b2 commit 0741e75
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
}

add_task(async function setup() {
await SpecialPowers.pushPrefEnv({
set: [
["signon.includeOtherSubdomainsInLookup", true],
["signon.showAutoCompleteOrigins", true],
],
});
listenForUnexpectedPopupShown();
});

Expand Down

0 comments on commit 0741e75

Please sign in to comment.