mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-23 15:56:47 +00:00
fb4e80a1b1
HtmlUtils is used for stripping HTML code. This is the responsibility of the individual UI components. More specifically, MultimediaViewerBootstrap.processParsoidThumb no longer strips HTML code. Various UI components were already calling HtmlUtils.htmlToTextWithLinks. Only the error case in MultimediaViewer.loadImage newly needs HTML stripping applied. Bug: T65504 Change-Id: If24b9c220a6ec43f35251a4ec6a716fd4ba03df6
25 lines
361 B
JSON
25 lines
361 B
JSON
{
|
|
"modules": [
|
|
{
|
|
"resourceModule": "mmv",
|
|
"maxSize": "25.2 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.ui.restriction",
|
|
"maxSize": "0.5 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.codex",
|
|
"maxSize": "5.2 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.ui.reuse",
|
|
"maxSize": "5.7 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.bootstrap",
|
|
"maxSize": "4.8 kB"
|
|
}
|
|
]
|
|
}
|