Drop XSS auditor #292
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#292
Loading…
Reference in a new issue
No description provided.
Delete branch ":drop-xss-auditor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's deprecated, removed in some, by all modern browsers and is known
to create XSS vulnerabilities in itself.
Signed-off-by: r3g_5z june@terezi.dev
No breakage observed as I use this on my instance already by rewriting the headers with zero problems.
honestly given that the headers were for like ie8 you could probably remove them entirely
@floatingghost I do agree, though to be on the safe side for any non-standard browsers, it's best to explicitly tell the browser to disable it. Some may still do XSS auditing if not specified.
Some current headers in Akkoma (from Pleroma) may be good to drop in general
in that case, this seems fine to me, thanks!
I'll submit a PR for some header improvements