alltube/classes/Middleware
Kumi 98a7e42c15
fix(csp): refine img-src policy to improve security
Switched 'img-src' directive to only allow 'self', and removed the wildcard '*' and 'data:' source settings. This adjustment enhances security by restricting image sources to the same origin, preventing potential exploitation from arbitrary or data URLs.
2024-07-21 11:44:19 +02:00
..
CspMiddleware.php fix(csp): refine img-src policy to improve security 2024-07-21 11:44:19 +02:00
LinkHeaderMiddleware.php Lint 2023-03-03 00:18:00 +01:00
LocaleMiddleware.php Improve typing 2022-02-03 20:52:18 +01:00
RouterPathMiddleware.php Move middleware to a subfolder 2020-10-20 23:17:22 +02:00