When I press Run button on JSFiddle, sometimes my NoScript addon will display an XSS warning and the fiddle shows this message instead of my changes:
{"error": "Please use POST request"}
I allowed scripts from all domains that jsfiddle uses. I also created an Anti-XSS Protection Exception, but this didn't help:
^http?://fiddle\.net/
How can I get rid of this issue?