The host that the majority of my script’s users are on forces an text ad at the end of every page. This code is sneaking into my script’s AJAX responses. It’s an HTML comment, followed by a link to their signup page. How can I strip this comment and link from the end of my AJAX responses?
Share
Typically those scripts basically look for text/html content and just shove the code into the stream. Have you tried setting the content type to something else such as text/json, text/javascript, text/plain and see if it gets by without the injection?