mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 596797 - moz-do-not-send="true" in HTML signature or pasted HTML gets ignored/removed; r=bz a=NPOTB for Firefox
--HG-- extra : rebase_source : 97118e0c654577f44a8ca0143349f4b510ec9641
This commit is contained in:
parent
722c23f6ac
commit
6a6a3c2c11
@ -1873,6 +1873,9 @@ nsIAtom** const kDefaultAllowedAttributes [] = {
|
||||
&nsGkAtoms::maxlength,
|
||||
&nsGkAtoms::media,
|
||||
&nsGkAtoms::method,
|
||||
#ifdef MOZ_MAIL_NEWS
|
||||
&nsGkAtoms::mozdonotsend,
|
||||
#endif
|
||||
&nsGkAtoms::multiple,
|
||||
&nsGkAtoms::name,
|
||||
&nsGkAtoms::nohref,
|
||||
|
@ -65,6 +65,9 @@ GK_ATOM(_empty, "")
|
||||
GK_ATOM(moz, "_moz")
|
||||
GK_ATOM(moztype, "_moz-type")
|
||||
GK_ATOM(mozdirty, "_moz_dirty")
|
||||
#ifdef MOZ_MAIL_NEWS
|
||||
GK_ATOM(mozdonotsend, "_moz_do_not_send")
|
||||
#endif
|
||||
GK_ATOM(mozeditorbogusnode, "_moz_editor_bogus_node")
|
||||
GK_ATOM(mozgeneratedcontentbefore, "_moz_generated_content_before")
|
||||
GK_ATOM(mozgeneratedcontentafter, "_moz_generated_content_after")
|
||||
|
Loading…
Reference in New Issue
Block a user