diaspora_federation/lib/diaspora_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
..
discovery Bump pronto-rubocop, rubocop and rubocop-rails 2022-07-18 02:29:21 +02:00
entities Bump pronto-rubocop, rubocop and rubocop-rails 2022-07-18 02:29:21 +02:00
federation Don't follow redirects when federating messages 2022-12-05 04:52:14 +01:00
parsers Bump pronto-rubocop, rubocop and rubocop-rails 2022-07-18 02:29:21 +02:00
salmon Bump rubocop, apply new cops and fix deprecations 2021-06-30 03:26:46 +02:00
schemas Entities JSON schema: width & height are optional 2019-04-28 12:53:39 +03:00
test Bump fabrication 2022-07-18 02:29:21 +02:00
validators Merge branch '0.2.x' into develop 2021-10-24 21:14:25 +02:00
callbacks.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
discovery.rb Remove legacy Webfinger handling 2021-11-27 03:56:52 +01:00
engine.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
entities.rb Remove old Request entity 2019-10-30 17:49:45 +01:00
entity.rb Bump pronto-rubocop, rubocop and rubocop-rails 2022-07-18 02:29:21 +02:00
federation.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
http_client.rb Add faraday 2 support 2022-07-18 02:29:21 +02:00
logging.rb Bump rubocop, apply new cops and fix deprecations 2021-06-30 03:26:46 +02:00
parsers.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
properties_dsl.rb Bump pronto-rubocop, rubocop and rubocop-rails 2022-07-18 02:29:21 +02:00
rails.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
salmon.rb Remove legacy xml unwrap code 2019-10-30 17:49:45 +01:00
schemas.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
test.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
validators.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
version.rb Release version 1.0.1 2022-07-23 23:10:08 +02:00