diaspora_federation/spec
Benjamin Neff 525c43e67a
Don't follow redirects when federating messages
Federating uses POST requests, which don't work for redirects (unless
used with 307/308, but almost nobody uses these), so this was basically
broken anyway. The idea behind this was to follow http -> https
redirects, but as all pods nowadays have https already anyway, and
webfinger already enforces https, there is no need to follow redirects
anymore.
2022-12-05 04:52:14 +01:00
..
controllers/diaspora_federation Remove legacy Webfinger handling 2021-11-27 03:56:52 +01:00
integration Cleanup comment_integration_spec a little bit more 2021-06-30 00:11:09 +02:00
lib Don't follow redirects when federating messages 2022-12-05 04:52:14 +01:00
routing Remove legacy Webfinger handling 2021-11-27 03:56:52 +01:00
support Drop json-schema-rspec and bump json-schema 2022-07-18 02:29:21 +02:00
entities.rb Remove old property-name mappings and cleanup xml_name functionality 2019-10-30 17:49:46 +01:00
factories.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
spec_helper.rb Disable forgery protection for ReceiveController 2022-07-23 02:15:53 +02:00