FreshRSS / freshrss.org

Official website of FreshRSS
https://freshrss.org
GNU Affero General Public License v3.0
69 stars 32 forks source link

Fix HTTPS #22

Closed nikaro closed 9 years ago

nikaro commented 9 years ago

http://url should be replaced by //url to automaticaly adapt to the protocol HTTP ou HTTPS.

nikaro commented 9 years ago

I've looked at the template (https://github.com/FreshRSS/Freshican/blob/master/templates/_header.html) and I think that just remove {{ SITEURL }} variables should fix this issue, all links will become relative instead of "hard".

marienfressinaud commented 9 years ago

I fixed that on the website (http://freshrss.org/ and https://freshrss.org/ should work now).

Removing {{ SITEURL }} is not a good solution when SITEURL = '//freshrss.org/an_additional_path' for instance.

Please keep this ticket opened while README has not been updated with correct information.