mediawiki-extensions-Visual.../modules
Bartosz Dziewoński d0c45940d0 ve.ui.MWSaveDialog: Remove meta element filtering from wikitext preview
Once upon a time, we added code to filter <style> and <link> elements
from the rendering of templates in visual editor, because attempting
to cut them would crash Chrome (T52043).

There are at least three reasons why that is not needed here:
* The preview is not editable text, so you can't cut from it
* The Chrome bug was fixed 7 years ago anyway
* We now use TemplateStyles in articles and they work just fine

The code was added here in 9dd638a5ab
without explanation, I think it was just done for consistency.

Bug: T212085
Change-Id: I0712e3a081f04d0b74cda47652fa6eb118dfe7b2
2020-03-05 16:57:51 +01:00
..
ve-mw ve.ui.MWSaveDialog: Remove meta element filtering from wikitext preview 2020-03-05 16:57:51 +01:00
ve-mw-collab Use built-in mw.Api 'badtoken' handling, also 'assert'/'assertuser' 2020-02-15 03:37:22 +01:00