Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chrome XHR (file:// protocal).... #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2010

  1. Added a basic Python static file server, for working around chrome...

    Chrome has a restrictive local file XHR policy that makes
    the_json_store difficult to run as an example.  file://
    requests are disallowed in Chrome Ajax calls.
    A solution is to run a small web server.  For users
    with python installed:
    
      cd <cloned the_json_store>
      python server.py [some_port]
    
    cf: http://code.google.com/p/chromium/issues/detail?id=40787
    gregglind committed Sep 11, 2010
    Configuration menu
    Copy the full SHA
    d80b068 View commit details
    Browse the repository at this point in the history