Drop XSS auditor #292

Merged
floatingghost merged 1 commits from :drop-xss-auditor into develop 2022-11-20 04:00:26 +00:00
First-time contributor

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

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>
Ghost added 1 commit 2022-11-20 01:43:34 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
f90552f62e
Drop XSS auditor
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>
Author
First-time contributor

No breakage observed as I use this on my instance already by rewriting the headers with zero problems.

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

honestly given that the headers were for like ie8 you could probably remove them entirely
Author
First-time contributor

@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.

@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.
Author
First-time contributor

Some current headers in Akkoma (from Pleroma) may be good to drop in general

Some current headers in Akkoma (from Pleroma) may be good to drop in general

in that case, this seems fine to me, thanks!

in that case, this seems fine to me, thanks!
floatingghost merged commit 6453297e9c into develop 2022-11-20 04:00:25 +00:00
floatingghost deleted branch drop-xss-auditor 2022-11-20 04:00:26 +00:00
Author
First-time contributor

I'll submit a PR for some header improvements

I'll submit a PR for some header improvements
Sign in to join this conversation.
No description provided.