mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
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:
parent
b95939dd3c
commit
1c0e05bca2
4 changed files with 40 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue