mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 14:06:19 +00:00
f69438fae6
If links get pasted into VE and they lack a "//" in the `href`, they are automatically considered to be "internal", thus being converted into `[[...]]` wikitext links. In case of pseudo protocols like `mailto:` this should not be the case. This patch uses MediaWiki core settings to check if a `href` value is an external protocol known to the application. Bug: T297575 Depends-On: I2e584f6d5adc6b2d735e79cea64f2beeb5f2c36d Change-Id: I2b383106450e02cc6bcc1b99d547ff2ed7832b4c |
||
---|---|---|
.. | ||
ve.utils.parsoid.test.js |