зеркало из https://github.com/mozilla/fxa.git
Merge pull request #1709 from mozilla/i1689-haveibeenpwned-failure r=@philbooth
fix(test): No longer check haveibeenpwned.com
This commit is contained in:
Коммит
2875075eb6
|
@ -140,6 +140,8 @@ const IGNORE_URL_REGEXPS = [
|
||||||
/support\.mozilla\.org/,
|
/support\.mozilla\.org/,
|
||||||
// skip the livereload link in the mocha tests
|
// skip the livereload link in the mocha tests
|
||||||
/localhost:35729/,
|
/localhost:35729/,
|
||||||
|
// haveibeenpwned 403s.
|
||||||
|
/haveibeenpwned\.com/,
|
||||||
];
|
];
|
||||||
|
|
||||||
function isUrlIgnored(url) {
|
function isUrlIgnored(url) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче