mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
BUGFIX: Do not allow font
tags.
This commit is contained in:
parent
bc5168c3c7
commit
a57ecef253
@ -835,9 +835,6 @@ html4.ATTRIBS = {
|
|||||||
'dir::compact': 0,
|
'dir::compact': 0,
|
||||||
'div::align': 0,
|
'div::align': 0,
|
||||||
'dl::compact': 0,
|
'dl::compact': 0,
|
||||||
'font::color': 0,
|
|
||||||
'font::face': 0,
|
|
||||||
'font::size': 0,
|
|
||||||
'h1::align': 0,
|
'h1::align': 0,
|
||||||
'h2::align': 0,
|
'h2::align': 0,
|
||||||
'h3::align': 0,
|
'h3::align': 0,
|
||||||
@ -944,7 +941,6 @@ html4.ELEMENTS = {
|
|||||||
'em': 0,
|
'em': 0,
|
||||||
'figcaption': 0,
|
'figcaption': 0,
|
||||||
'figure': 0,
|
'figure': 0,
|
||||||
'font': 0,
|
|
||||||
'frame': 274,
|
'frame': 274,
|
||||||
'frameset': 272,
|
'frameset': 272,
|
||||||
'h1': 0,
|
'h1': 0,
|
||||||
@ -1052,7 +1048,6 @@ html4.ELEMENT_DOM_INTERFACES = {
|
|||||||
'fieldset': 'HTMLFieldSetElement',
|
'fieldset': 'HTMLFieldSetElement',
|
||||||
'figcaption': 'HTMLElement',
|
'figcaption': 'HTMLElement',
|
||||||
'figure': 'HTMLElement',
|
'figure': 'HTMLElement',
|
||||||
'font': 'HTMLFontElement',
|
|
||||||
'footer': 'HTMLElement',
|
'footer': 'HTMLElement',
|
||||||
'form': 'HTMLFormElement',
|
'form': 'HTMLFormElement',
|
||||||
'frame': 'HTMLFrameElement',
|
'frame': 'HTMLFrameElement',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user