Hacker News new | ask | show | jobs
by adrianb 5688 days ago
If another site would really want to include the script, it could also strip the initial text. Is the purpose only to avoid people from including the script by mistake?
1 comments

You can't make a XHR request to another domain. You only can include it via a <script> tag and that is going to fail.
Didn't know that. Thanks!