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

Allow URL scheme to be configured in a more intuitive way #213

Merged
merged 2 commits into from
Aug 2, 2019
Merged

Allow URL scheme to be configured in a more intuitive way #213

merged 2 commits into from
Aug 2, 2019

Conversation

mtausig
Copy link
Contributor

@mtausig mtausig commented Jan 9, 2019

Add a parameter named scheme to the constructor of the Site class which allows to specify the URL scheme used. It defaults to https (thus not changing the current default behaviour) but it can also be set to http to allow access to unencrypted sites.

This fixes #212

@mtausig mtausig closed this Jan 10, 2019
@danmichaelo danmichaelo reopened this Jan 26, 2019
@danmichaelo danmichaelo changed the title Allow URL scheme to be configured Allow URL scheme to be configured in a more intuitive way Jan 26, 2019
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.

Allow easier access to site on a http:// URL
3 participants