invidious/src
Fijxu b4b0a8ab75
remove cookie restrictions
Having to check if the cookie is inside a list of allowed domains on
invidious doesn't seem really useful because a reverse proxy like NGINX
and HAProxy will only send the client request to Invidious if the Host header
that the client sent to the server, matches with the `hdr(host)` (haproxy) or
`server_name` (nginx) set by the server configuration.
2025-03-31 23:26:26 -03:00
..
ext StaticFileHandler: use HTTP::Status rather than integers 2022-08-15 13:22:39 +02:00
invidious remove cookie restrictions 2025-03-31 23:26:26 -03:00
invidious.cr Add invidious companion support (#4985) 2025-03-13 16:44:00 +01:00