Open
Bug 1873201
Opened 2 years ago
Updated 1 year ago
Rip out mForceEnableDTD, TYPE_INTERNAL_FORCE_ALLOWED_DTD, and related machinery once the last TB consumers of this are gone.
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
References
(Depends on 2 open bugs)
Details
AIUI we no longer use any .dtd files for Firefox localization. Cf. https://searchfox.org/mozilla-central/search?q=&path=locale**dtd&case=false®exp=false
But there's a bunch of content-security machinery that still tries to cater this (some gory details in bug 467035). AFAICT we can now burn all of it with fire.
| Reporter | ||
Comment 1•2 years ago
|
||
Specific things to searchfox for:
https://searchfox.org/mozilla-central/search?q=mForceEnableDTD
https://searchfox.org/mozilla-central/search?q=TYPE_INTERNAL_FORCE_ALLOWED_DTD&redirect=false
and there's probably more once you chase all of that down.
| Reporter | ||
Comment 2•2 years ago
|
||
Looks like there are still Thunderbird consumers. :-(
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•