Files
fizzy/app/controllers
Rosa Gutierrez 5f390f72df Support local installations where the app is loaded over HTTP
In this case requests won't be performed from a secure context [1] and
the browser won't send the Sec-Fetch-Site header. This means non-GET
requests will be rejected because CSRF protection will fail.

With this change, we allow these requests with missing Sec-Fetch-Site
headers if:
- They happen over HTTP
- The app is not configured to force SSL

The Origin check happens in any case.

[1] https://developer.mozilla.org/en-US/docs/Web/Security/Defenses/Secure_Contexts#potentially_trustworthy_origins
2026-01-05 18:50:14 +01:00
..
2025-09-22 12:55:19 +02:00
2025-11-03 15:27:12 +01:00
2025-12-19 19:21:58 +01:00
2025-12-12 08:58:52 +00:00
2025-11-18 15:48:40 +01:00
2025-12-19 19:21:58 +01:00
2025-12-11 11:20:43 +00:00