Before filing a bug report, i would like to know if you can replicate this.
- Publish or edit an entry with google chrome browser
- insert an image tag in any textarea (or source of a wygwam field), with the full url:
- click submit
e.g.
<a href="http://example.com/images/avatars/default_set/big_horns.jpg">http://example.com/images/avatars/default_set/big_horns.jpg</a>- on the subsequent preview page it seems some google chrome xss stuff kicks in.
The top-menu’s don’t work anymore, because chrome refused to load jquery.
and in the console you can see something along the lines of:
Refused to execute a JavaScript script. Source code of script found within request.
This seems to have to do with a page sending and receiving the same script somehow.
It would be really helpful if there would be a way around it.
I guess this might need altering the preview entry page.