From 2538d05bb4b04b0c438e303e8bd67aec28bd3506 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 21 Aug 2019 20:50:54 +0100 Subject: browser: Turn internal nav URLs into corestring_nsurls Signed-off-by: Daniel Silverstone --- utils/corestringlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/corestringlist.h b/utils/corestringlist.h index 82fffe263..f0d39c605 100644 --- a/utils/corestringlist.h +++ b/utils/corestringlist.h @@ -358,6 +358,8 @@ CORESTRING_DOM_VALUE(http_equiv, "http-equiv"); CORESTRING_DOM_VALUE(html_namespace, "http://www.w3.org/1999/xhtml"); CORESTRING_NSURL(about_blank, "about:blank"); +CORESTRING_NSURL(about_query_ssl, "about:query/ssl"); +CORESTRING_NSURL(about_query_auth, "about:query/auth"); #undef CORESTRING_LWC_STRING #undef CORESTRING_DOM_STRING -- cgit v1.2.3