Bugfix
- Plain text that happens to contain a word ending in
data,feedor another URI scheme name no longer blocks a page from saving with "Potential XSS issues detected". The check matched the scheme anywhere inside a word, so a Hungarian sentence ending in "mondata:" or an English one mentioning "metadata:" was read as adata:URI. Thanks to @csbrny #619