Change canonical URLs to HTTPS

pull/775/head
Thibaut Courouble 7 years ago
parent b25bba6789
commit 6aae9eb096

@ -133,7 +133,7 @@ class App < Sinatra::Application
end end
def canonical_origin def canonical_origin
"http://#{request.host_with_port}" "https://#{request.host_with_port}"
end end
def browser def browser

Loading…
Cancel
Save