flatpak / flatpak.github.io

Flatpak website
55 stars 99 forks source link

"Get set up" redirects to http://flatpak.org:8080/setup #545

Closed j8r closed 2 years ago

j8r commented 2 years ago

Similar to https://github.com/flathub/linux-store-frontend/issues/326, at flatpak.org, clicking on the "Get set up" button redirects to http://flatpak.org:8080/setup, which is invalid.

barthalion commented 2 years ago

Fixed via https://github.com/flatpak/flatpak.github.io/commit/7ec90df0a4f3aa6eb4d9296a9aee952c20ae0aa8:

[bpiotrowski@risuku ~]$ curl -I https://flatpak.org/setup
HTTP/2 301 
server: nginx/1.22.0
date: Fri, 10 Jun 2022 17:17:21 GMT
content-type: text/html
content-length: 169
location: /setup/
set-cookie: cf6607f217959fc7bf591a2ee7cb0a84=341c9c727eb799a4e73d32e47f32f2ed; path=/; HttpOnly; Secure; SameSite=None
cache-control: private

[bpiotrowski@risuku ~]$ curl -I https://flatpak.org/setup/
HTTP/2 200 
server: nginx/1.22.0
date: Fri, 10 Jun 2022 17:17:23 GMT
content-type: text/html
content-length: 16888
last-modified: Wed, 08 Jun 2022 12:37:01 GMT
vary: Accept-Encoding
etag: "62a097ed-41f8"
accept-ranges: bytes
set-cookie: cf6607f217959fc7bf591a2ee7cb0a84=341c9c727eb799a4e73d32e47f32f2ed; path=/; HttpOnly; Secure; SameSite=None
cache-control: private