summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-21 20:50:54 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-21 20:50:54 +0100
commit2538d05bb4b04b0c438e303e8bd67aec28bd3506 (patch)
treee1fd2325771c2950db9ad57201dcdf440bc32228 /utils
parentb67bbe3280ebdfdfdc4731d977ad7a38b9608c2a (diff)
downloadnetsurf-2538d05bb4b04b0c438e303e8bd67aec28bd3506.tar.gz
netsurf-2538d05bb4b04b0c438e303e8bd67aec28bd3506.tar.bz2
browser: Turn internal nav URLs into corestring_nsurls
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/corestringlist.h2
1 files changed, 2 insertions, 0 deletions
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