mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 363725 Make about:logo work in (some) toolkit apps r+sr=darin
This commit is contained in:
parent
271f95870f
commit
1a9e664592
@ -70,7 +70,11 @@ static RedirEntry kRedirMap[] = {
|
||||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT },
|
||||
{ "plugins", "chrome://global/content/plugins.html", 0 },
|
||||
{ "config", "chrome://global/content/config.xul", 0 },
|
||||
#ifdef MOZ_XUL_APP
|
||||
{ "logo", "chrome://branding/content/about.png",
|
||||
#else
|
||||
{ "logo", "chrome://global/content/logo.gif",
|
||||
#endif
|
||||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT},
|
||||
{ "buildconfig", "chrome://global/content/buildconfig.html",
|
||||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT },
|
||||
|
Loading…
Reference in New Issue
Block a user