diaspora_federation/spec/lib/diaspora_federation/federation
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
..
receiver Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
sender Don't follow redirects when federating messages 2022-12-05 04:52:14 +01:00
diaspora_url_parser_spec.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
fetcher_spec.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
receiver_spec.rb Remove old Slap and EncryptedSlap and cleanup legacy receive 2019-10-30 17:49:45 +01:00
sender_spec.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00