Steps to replicate the issue (include links if applicable):
Load InPageEdit NEXT as recommended on their home page:
// InPageEdit NEXT document.body.append( Object.assign(document.createElement('script'), { src: 'https://cdn.jsdelivr.net/npm/@inpageedit/core/dist/index.js', type: 'module', }) )
What happens?:
Localizations and extensions stopped working. For example, the "quick edit" dialog shows "watchlist.preferences" in place of "follow MediaWiki preferences", and the "plugin store" in "settings" reports that all extensions cannot be loaded.
What should have happened instead?:
They should all load.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
- MediaWiki: WMF (zhwiki)
- InPageEdit NEXT: 0.17.0
Other information (browser name/version, screenshots, etc.):
This is clearly a CSP issue, so I am reporting it here instead of upstream.