mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
parent
2a8cc5b1ea
commit
105c537181
3 changed files with 6 additions and 0 deletions
|
|
@ -140,10 +140,12 @@ static RedirEntry kRedirMap[] = {
|
|||
{
|
||||
"telemetry", "chrome://global/content/aboutTelemetry.xhtml",
|
||||
nsIAboutModule::ALLOW_SCRIPT
|
||||
#ifdef MOZ_WEBRTC
|
||||
},
|
||||
{
|
||||
"webrtc", "chrome://global/content/aboutwebrtc/aboutWebrtc.html",
|
||||
nsIAboutModule::ALLOW_SCRIPT
|
||||
#endif
|
||||
}
|
||||
};
|
||||
static const int kRedirTotal = mozilla::ArrayLength(kRedirMap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue