-
-
Notifications
You must be signed in to change notification settings - Fork 697
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
request.url and request.scheme should obey force_https_urls config setting #781
Comments
I think the right way to fix this is to modify the |
I'm inclined to do this at the earliest possible moment. I think that's probably in the Lines 779 to 789 in 40885ef
|
I'm trying to get the https://www.niche-museums.com/browse/feed.atom feed to validate and I git this from https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.niche-museums.com%2Fbrowse%2Ffeed.atom
I tried to fix this using
force_https_urls
(commit) but it didn't work - because that setting isn't respected by the Request class:datasette/datasette/utils/asgi.py
Lines 15 to 32 in 40885ef
The text was updated successfully, but these errors were encountered: