mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #77] Heroku Deploy Root url issue #54
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 25, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/77
The root url of heroku deploy automatically downgrade to "http" after some time, even when user changes it to "https" manually.
When "http" root url is set then home page shows an warning i.e "parts of this page are not secure such as images"
When user set manually it to https that warning got removed.
Also heroku deploy build seems lagged in recent changes like safe search & Search Suggestions.
Both are missing.
@benbusby commented on GitHub (May 25, 2020):
The heroku app HTTPS problems are already documented, but I'm going to update the README with clearer instructions shortly. Ideally Heroku would set automatic HTTPS enforcement on their end, since they're the ones issuing the certificate, but for some reason they aren't. Once I update the README I'll merge
masterchanges into theheroku-appbranch and close this issue.@benbusby commented on GitHub (May 25, 2020):
Documented and heroku branch has been updated.