mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Take forms out of the RSS reader feed.
This commit is contained in:
parent
3f18d2dfc3
commit
df6fcd35a7
1 changed files with 2 additions and 1 deletions
|
|
@ -637,7 +637,8 @@ TextConstruct.prototype = {
|
|||
else
|
||||
return null;
|
||||
|
||||
return this.parserUtils.parseFragment(this.text, 0, isXML,
|
||||
let flags = Ci.nsIParserUtils.SanitizerDropForms;
|
||||
return this.parserUtils.parseFragment(this.text, flags, isXML,
|
||||
this.base, element);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue