Skip to content

Commit

Permalink
💬 Fix path to about:certerror chrome URI
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Jan 27, 2024
1 parent dae702d commit 3b7c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/about/AboutRedirector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dot {
},
{
"certerror",
"chrome://global/content/aboutNetError.html",
"chrome://global/content/aboutNetError.xhtml",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::URI_CAN_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
nsIAboutModule::HIDE_FROM_ABOUTABOUT
Expand Down

0 comments on commit 3b7c78c

Please sign in to comment.