gotosocial/internal/middleware
kim 964262b169
[chore] header filter improvements (#3329)
* add error message to gin context on header blocked or not allowed

* remove the unused header filter tracking code (leaving OTEL TODOs in place)

* appease the linter
2024-09-23 11:36:56 +00:00
..
cachecontrol.go
contentsecuritypolicy.go [feature] Set some security related headers (#3065) 2024-07-04 10:07:02 +02:00
contentsecuritypolicy_test.go
cors.go
extraheaders.go [feature] Beef up our AI opt-outs (#3165) 2024-08-02 18:22:39 +02:00
gzip.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
headerfilter.go [chore] header filter improvements (#3329) 2024-09-23 11:36:56 +00:00
headerfilter_test.go
logger.go [chore] ensure consistent caller name fetching regardless of compiler inlining (#3323) 2024-09-20 13:30:33 +00:00
ratelimit.go
ratelimit_test.go
requestid.go
session.go
session_test.go
signaturecheck.go
throttling.go
throttling_test.go
tokencheck.go [performance] remove last of relational queries to instead rely on caches (#2091) 2023-08-10 15:08:41 +01:00
useragent.go
util.go