We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
@jacsonLee thanks.
XMLHttpRequest cannot load file:///F:/dev/blog/p/sidebar.md. Cross origin requests are only supported for protocol schemes: http, data, chrome-extension, https, chrome-extension-resource. XMLHttpRequest cannot load file:///F:/dev/blog/p/diary.md. Cross origin requests are only supported for protocol schemes: http, data, chrome-extension, https, chrome-extension-resource.
To get contents of markdown files, our blog app sends ajax requests, which are, for security purpose, disabled in Chrome under file:// protocol.
file://
Usually, we have to setup a "server environment", as you mentioned, so we can visit the site under http:// protocol, etc.
http://
Sorry, something went wrong.
Got it now! Thanks @fritx
I am still wondering if we could use file:// to view the blog 🍻 But seems impossible, since it is really a security problem guarded by Chrome.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: