Skip to content

Commit

Permalink
Mention problems with file:// urls
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Feb 10, 2012
1 parent d566f76 commit d67c678
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,9 @@ There are various browser quirks which we don't intend to address:
that have a proper Unicode support.
* Having a global function called `onmessage` or such is probably a
bad idea, as it could be called by the built-in `postMessage` API.
* Serving an html page that uses SockJS from `file://` url will not
work. This is due to a badly thought through
[CORS specification](http://dvcs.w3.org/hg/cors/raw-file/tip/Overview.html)
It is impossible to receive response to an Ajax request with
cookies set (`withCredentials` set to `true`) sent from a `file://`
origin.

0 comments on commit d67c678

Please sign in to comment.