mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Delete 4 middleware wrapper classes that added no custom logic: - EncryptCookies (empty $except) - TrimStrings ($except matches framework default) - VerifyCsrfToken (exceptions moved to validateCsrfTokens() in bootstrap) - TrustProxies (headers matched framework default) CSRF exceptions (/api/v1/*, oauth/token) are now configured via $middleware->validateCsrfTokens(except: [...]) in bootstrap/app.php. All 107 tests pass. |
4 weeks ago | |
|---|---|---|
| .. | ||
| cache | 9 years ago | |
| app.php | 4 weeks ago | |
| providers.php | 4 weeks ago | |