Files
calibre-web/cps
Juan Orti Alcaine 1ee49791f4 Remove duplicated 'charset' in Content-Type header for Javascript files
Javascript files are served over HTTP with an incorrect Content-Type
header because the 'charset' option is duplicated:

    $ curl -I http://127.0.0.1:8083/static/js/table.js
    HTTP/1.1 200 OK
    Content-Disposition: inline; filename=table.js
    Content-Type: text/javascript; charset=UTF-8; charset=utf-8
    Content-Length: 35967
    Last-Modified: Sat, 16 Nov 2024 06:21:28 GMT
    Cache-Control: no-cache
    ETag: "1731738088.0-35967-471731799"
    Date: Sat, 08 Feb 2025 16:30:42 GMT
    Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data:; object-src 'none';
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000

This header is not RFC 1521 compliant and it's breaking some reverse
proxy setups that perform compression. See this bug for reference:

https://github.com/crocodilestick/Calibre-Web-Automated/issues/217
2025-02-08 17:29:02 +01:00
..
2024-11-04 21:20:34 +01:00
2024-09-16 17:25:37 +02:00
2024-12-07 07:27:00 +01:00
2024-12-07 07:27:00 +01:00
2024-11-23 15:46:20 +01:00
2022-05-22 12:49:00 +01:00
2024-09-07 20:07:45 +02:00
2024-11-26 06:13:18 +01:00
2024-11-16 13:39:04 +01:00
2022-05-21 21:52:59 +01:00
2024-11-28 14:47:52 +01:00
2024-06-20 19:12:46 +02:00
2024-08-18 10:59:39 +02:00
2023-01-21 15:23:18 +01:00
2022-04-30 10:17:41 +02:00
2024-07-02 20:53:08 +02:00
2025-01-06 17:38:25 +01:00
2024-11-23 15:46:20 +01:00
2024-11-23 10:39:55 +01:00
2024-11-23 15:46:20 +01:00
2024-07-29 20:08:17 +02:00
2024-07-15 19:38:54 +02:00
2024-12-07 07:27:00 +01:00
2021-10-04 19:23:24 +02:00
2024-10-28 16:16:28 +01:00
2024-08-21 19:25:50 +02:00
2024-11-11 18:46:07 +01:00