Open Bug 1382926 Opened 7 years ago Updated 2 years ago

Make safer DNS choices for testing URLs

Categories

(Testing :: General, task, P3)

task

Tracking

(firefox57 wontfix)

Tracking Status
firefox57 --- wontfix

People

(Reporter: gcox, Unassigned)

References

Details

In bug 1382858, the trees were closed because of an unrelated-to-releng addition of 'example.mozilla.org' as valid DNS.

* If you're hardcoding a fully qualified 'example.mozilla.org', that seems like a footgun that might be found again.

* If you got bitten because of using a not-fully-qualified 'example' and a search of mozilla.org, you might want to consider
** something more greppable / less likely to be thought up hostname (ala never-make-this-address-exist.m.o)
** whether any other searches might spring into existence and cause a similar issue on a domain we do/don't control.


I don't know what the right fix is, and it might not happen again, but, for a tree-closing item, feels like this should at least not be lost from tracking.
We could probably use eslint to find some of these things earlier.
Type: defect → task
Component: Address Bar → General
Severity: minor → N/A
Product: Firefox → Testing
You need to log in before you can comment on or make changes to this bug.