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

Changed HTML export to allow serving over https as well as http #7

Merged
merged 1 commit into from Jun 1, 2016

Conversation

kbjr
Copy link
Contributor

@kbjr kbjr commented May 31, 2016

Makes the reference to jquery use the scheme that the page itself was loaded over, allowing the export to be served over https without getting errors.

@JochenSchwander
Copy link
Collaborator

does this properly work with the ingame browser? it is kinda outdated

@kbjr
Copy link
Contributor Author

kbjr commented Jun 1, 2016

Yeah, I tried it, everything seems to work.

@JochenSchwander JochenSchwander merged commit 341351f into Inkraja:master Jun 1, 2016
@JochenSchwander
Copy link
Collaborator

JochenSchwander commented Jun 1, 2016

actually it breaks the tabs and displays everything below each other. This breaks the /act command which i assume is the major use for the HTML export. Setting it to always https works for the ingame browser. From my understanding this should also work if you want to serve the export via http

@kbjr
Copy link
Contributor Author

kbjr commented Jun 1, 2016

Ah, probably doesn't like it when serving from file:///. Yeah https should always be safe.

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.

None yet

2 participants