When trying to reproduce testcases submitted by external contributors, often they will include prefs that do not match our own. For instance, they do not include prefs that prevent external network connections.
However, grizzly-replay sets the env that triggers a crash when an external request is made.
Hit MOZ_CRASH(Attempting to connect to non-local address! opener is [unknown], uri is [https://location.services.mozilla.com/v1/country?key=no-mozilla-api-key]) at /builds/worker/checkouts/gecko/netwerk/protocol/http/nsHttpChannel.cpp:9092
It would be nice if grizzly-replay was exempt from crashing in these cases.
When trying to reproduce testcases submitted by external contributors, often they will include prefs that do not match our own. For instance, they do not include prefs that prevent external network connections.
However, grizzly-replay sets the env that triggers a crash when an external request is made.
It would be nice if grizzly-replay was exempt from crashing in these cases.