akkoma/lib/pleroma/web/plugs
Thomas Citharel 4d0a51221a
Fix typo in CSP Report-To header name
The header name was Report-To, not Reply-To.

In any case, that's now being changed to the Reporting-Endpoints HTTP
Response Header.
https://w3c.github.io/reporting/#header
https://github.com/w3c/reporting/issues/177

CanIUse says the Report-To header is still supported by current Chrome
and friends.
https://caniuse.com/mdn-http_headers_report-to

It doesn't have any data for the Reporting-Endpoints HTTP header, but
this article says Chrome 96 supports it.
https://web.dev/reporting-api/

(Even though that's come out one year ago, that's not compatible with
Network Error Logging which's still using the Report-To version of the
API)

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-11-04 15:02:13 +01:00
..
rate_limiter
admin_secret_authentication_plug.ex
authentication_plug.ex
basic_auth_decoder_plug.ex
cache.ex
digest_plug.ex
ensure_authenticated_plug.ex
ensure_public_or_authenticated_plug.ex
ensure_staff_privileged_plug.ex
ensure_user_token_assigns_plug.ex
expect_authenticated_check_plug.ex
expect_public_or_authenticated_check_plug.ex
federating_plug.ex
frontend_static.ex
http_security_plug.ex Fix typo in CSP Report-To header name 2022-11-04 15:02:13 +01:00
http_signature_plug.ex
idempotency_plug.ex
instance_static.ex
mapped_signature_to_identity_plug.ex Check that the signature matches the creator 2022-10-14 11:48:32 +01:00
o_auth_plug.ex
o_auth_scopes_plug.ex
plug_helper.ex
rate_limiter.ex
remote_ip.ex
set_format_plug.ex
set_locale_plug.ex
set_user_session_id_plug.ex
static_fe_plug.ex
trailing_format_plug.ex
uploaded_media.ex
user_enabled_plug.ex
user_fetcher_plug.ex
user_is_admin_plug.ex
user_is_staff_plug.ex
user_tracking_plug.ex