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

Modified settings.py file to prepend www. #1155

Closed
wants to merge 1 commit into from
Closed

Modified settings.py file to prepend www. #1155

wants to merge 1 commit into from

Conversation

Q2Computing
Copy link

Description

According to mikespinn some combination of browser configurations, regions, proxies, or VPNs do not resolve the openhumans.org url when accessing it without www.
Modifying the settings.py file by adding the following line of code handles this issue:
PREPEND_WWW = True
Fix #1141

History

mikepsinn reported on March 1st that he was not able to reach openhumans.org because the url did not resolve to www.openhumans.org

Testing

Testing the issue in my own browser did not reproduce this problem on commit 5209d00. I am using Firefox Version 94.0.1 64 Bit.
Testing on localhost prepends www.

This pull request was closed.
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.

https://openhumans.org doesn't redirect to https://www.openhumans.org
2 participants