[tbb-commits] [tor-browser] 53/76: Bug 1760604 - fix bogus domain to be example.com which is part of our test PAC rules. r=ahal a=test-only
gitolite role
git at cupani.torproject.org
Wed Mar 30 20:40:21 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.8.0esr-11.0-1
in repository tor-browser.
commit c05ef0fc91ebf68fd019271434efaf4aaa4dc0c3
Author: Joel Maher <jmaher at mozilla.com>
AuthorDate: Mon Mar 21 16:31:49 2022 +0000
Bug 1760604 - fix bogus domain to be example.com which is part of our test PAC rules. r=ahal a=test-only
Differential Revision: https://phabricator.services.mozilla.com/D141609
---
dom/base/test/test_bug338583.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dom/base/test/test_bug338583.html b/dom/base/test/test_bug338583.html
index e7faa28c2c5f9..a399dd490c6a8 100644
--- a/dom/base/test/test_bug338583.html
+++ b/dom/base/test/test_bug338583.html
@@ -338,7 +338,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=338583
}
function doTest3_g(test_id) {
- gEventSourceObj3_g = new EventSource("http://hdfskjghsbg.jtiyoejowe.dafsgbhjab.com");
+ gEventSourceObj3_g = new EventSource("http://hdfskjghsbg.jtiyoejowe.example.com");
gEventSourceObj3_g.onmessage = fn_onmessage;
gEventSourceObj3_g.hits = [];
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list