]> git.mxchange.org Git - friendica.git/commit
Centralize Vary header declaration in ActivityPub::isRequest
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 9 Jul 2023 01:01:48 +0000 (21:01 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 9 Jul 2023 02:24:01 +0000 (22:24 -0400)
commit6e2ab6c3af5f6f0d7c4b24afd7988082b38c6127
tree43bdf41e68293534076030042164ad7bc32b9b5a
parent31fbe70ec7dfdbc03ececd06b7a2387f57ded390
Centralize Vary header declaration in ActivityPub::isRequest

- Vary header should be set every time we vary the display based on an HTTP header value
src/App.php
src/Module/ActivityPub/Objects.php
src/Module/Friendica.php
src/Module/Item/Display.php
src/Module/Profile/Profile.php
src/Module/Xrd.php
src/Protocol/ActivityPub.php