moebius#346: Storage Inspector should trim port from hosts for cookies

Issue #31
https://github.com/MoonchildProductions/moebius/pull/346
This commit is contained in:
janekptacijarabaci 2018-03-04 01:58:43 +01:00 committed by Roy Tam
commit 1c0e05bca2
4 changed files with 40 additions and 4 deletions

View file

@ -22,6 +22,7 @@ const DEBUGGERLOG_PREF = "devtools.debugger.log";
const CACHES_ON_HTTP_PREF = "dom.caches.testing.enabled";
const PATH = "browser/devtools/client/storage/test/";
const MAIN_DOMAIN = "http://test1.example.org/" + PATH;
const MAIN_DOMAIN_WITH_PORT = "http://test1.example.org:8000/" + PATH;
const ALT_DOMAIN = "http://sectest1.example.org/" + PATH;
const ALT_DOMAIN_SECURED = "https://sectest1.example.org:443/" + PATH;