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

Add "http:" to the respec URL so that respec runs when viewing locally #41

Closed
wants to merge 1 commit into from

Conversation

kojiishi
Copy link

@kojiishi kojiishi commented Apr 9, 2015

This patch allows re-spec to run locally, which is helpful when editing.
If this was intentional for some reasons, I can keep this locally, but wanted to ask if so.
Note that the ReSpec template does have "http:".

@sideshowbarker
Copy link
Contributor

I believe the lack of the http: here is intentional—so that the the content can be served both from insecure http and also from https without generating mixed-content warning indicators.

@hayatoito
Copy link
Contributor

Yeah, it's intentional. If we add "http:", UA would warn "the resource is insecure" if index.html itself is served by "https:".
You should use local web server to run locally.

@hayatoito hayatoito closed this Apr 9, 2015
@kojiishi kojiishi deleted the respec-local branch April 10, 2015 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants