зеркало из https://github.com/mozilla/pjs.git
Bug 596797 - moz-do-not-send="true" in HTML signature or pasted HTML gets ignored/removed r=bzbarsky a=bzbarsky,branch-blocker
This commit is contained in:
Родитель
7ac6fea44f
Коммит
842eb2af73
|
@ -1916,9 +1916,7 @@ nsIAtom** const kDefaultAllowedAttributes [] = {
|
|||
&nsGkAtoms::media,
|
||||
&nsGkAtoms::method,
|
||||
&nsGkAtoms::min,
|
||||
#ifdef MOZ_MAIL_NEWS
|
||||
&nsGkAtoms::mozdonotsend,
|
||||
#endif
|
||||
&nsGkAtoms::multiple,
|
||||
&nsGkAtoms::name,
|
||||
&nsGkAtoms::nohref,
|
||||
|
|
|
@ -65,9 +65,7 @@ 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(mozdonotsend, "moz-do-not-send")
|
||||
GK_ATOM(mozeditorbogusnode, "_moz_editor_bogus_node")
|
||||
GK_ATOM(mozgeneratedcontentbefore, "_moz_generated_content_before")
|
||||
GK_ATOM(mozgeneratedcontentafter, "_moz_generated_content_after")
|
||||
|
|
Загрузка…
Ссылка в новой задаче