From e78a87b4188fd266d6ec9662c95ef147dbbd92cd Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 4 Mar 2018 01:58:43 +0100 Subject: moebius#346: Storage Inspector should trim port from hosts for cookies Issue #31 https://github.com/MoonchildProductions/moebius/pull/346 --- devtools/client/storage/test/head.js | 1 + 1 file changed, 1 insertion(+) (limited to 'devtools/client/storage/test/head.js') diff --git a/devtools/client/storage/test/head.js b/devtools/client/storage/test/head.js index 181132a45..c734f7b8f 100644 --- a/devtools/client/storage/test/head.js +++ b/devtools/client/storage/test/head.js @@ -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; -- cgit v1.2.3