Pregunta

For various reasons I would like to disable the URI validation in HTML Purifier, is this possible?

I realize the possible security implications this would have for many sites, but not actually in this case.

¿Fue útil?

Solución

You can do it by patching the source, replacing AttrDef_URI with a stub that does nothing. But this is super insecure.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top