From 5ce54b10cfb903a0607cfcb32174ecbe7d0534ef Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 30 Jul 2017 08:03:22 +0200 Subject: [PATCH] [regression] about:license - the link to about:buildconfig --- docshell/base/nsAboutRedirector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp index f300e0ce26..467e563d53 100644 --- a/docshell/base/nsAboutRedirector.cpp +++ b/docshell/base/nsAboutRedirector.cpp @@ -41,7 +41,8 @@ static RedirEntry kRedirMap[] = { }, { "buildconfig", "chrome://global/content/buildconfig.html", - nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT + nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | + nsIAboutModule::MAKE_LINKABLE }, { "checkerboard", "chrome://global/content/aboutCheckerboard.xhtml",