-
Notifications
You must be signed in to change notification settings - Fork 2k
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
In Q&A, answer about hosting for tests is misleading #994
Comments
did you link to |
I believe you have to include On Thu, Dec 4, 2014 at 8:55 AM, Rob Dodson [email protected] wrote:
|
Yep. Sorry about that -- the bare domain stopped working when we rolled out HTTPS for the site. I'll update the FAQ. |
Moved to Polymer/old-docs-site#802 |
In https://www.polymer-project.org/resources/faq.html#is-the-code-hosted-on-a-cdn it's suggested that for tests, files hosted on polymer-project.org can be used:
For testing and reproducing bugs, you can link to the current versions of the webcomponents.js and polymer.html files on polymer-project.org:
<script src="//polymer-project.org/webcomponents.js"></script>Actually, when I tried this, I got the following error on Chrome:
Redirect at origin 'http://polymer-project.org' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8000' is therefore not allowed access.
The text was updated successfully, but these errors were encountered: