pleroma/test/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
..
admin_secret_authentication_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
authentication_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
basic_auth_decoder_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
cache_control_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
cache_test.exs Allow to skip cache in Cache plug 2022-05-06 10:23:26 +02:00
digest_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_authenticated_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_public_or_authenticated_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_staff_privileged_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
ensure_user_token_assigns_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
federating_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
frontend_static_plug_test.exs Document way to do notice compatibility routes with Nginx reverse-proxy instead 2022-07-17 00:44:37 -05:00
http_security_plug_test.exs Fix typo in CSP Report-To header name 2022-11-04 09:43:13 +01:00
http_signature_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
idempotency_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
instance_static_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
mapped_signature_to_identity_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
o_auth_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
o_auth_scopes_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
plug_helper_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
rate_limiter_test.exs Fix rate_limiter_test.exs test "it restricts based on config values" 2022-07-09 07:19:18 +02:00
remote_ip_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
set_format_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
set_locale_plug_test.exs Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop' 2022-03-20 18:14:37 +00:00
set_user_session_id_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
uploaded_media_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_enabled_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_fetcher_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_is_admin_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_is_staff_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
user_tracking_plug_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00