pleroma/lib/pleroma/web/plugs
Thomas Citharel bdedc41cbc
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 09:43:13 +01:00
..
rate_limiter Copyright bump for 2022 2022-02-25 23:11:42 -07:00
admin_secret_authentication_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
authentication_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
basic_auth_decoder_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
cache.ex Skip cache when /objects or /activities is authenticated 2022-05-06 10:23:26 +02:00
digest_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_authenticated_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_public_or_authenticated_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_staff_privileged_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_user_token_assigns_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
expect_authenticated_check_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
expect_public_or_authenticated_check_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
federating_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
frontend_static.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
http_security_plug.ex Fix typo in CSP Report-To header name 2022-11-04 09:43:13 +01:00
http_signature_plug.ex HttpSignaturePlug: accept standard (request-target) 2022-08-18 17:01:34 +02:00
idempotency_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
instance_static.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
mapped_signature_to_identity_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
o_auth_plug.ex OAuthPlug: use user cache instead of joining 2022-08-24 03:40:05 +02:00
o_auth_scopes_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
plug_helper.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
rate_limiter.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
remote_ip.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
set_format_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
set_locale_plug.ex Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop' 2022-03-20 18:14:37 +00:00
set_user_session_id_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
static_fe_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
trailing_format_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
uploaded_media.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_enabled_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_fetcher_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_is_admin_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_is_staff_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_tracking_plug.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00