]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Objects.php
Update function / rearrange tab order
[friendica.git] / src / Module / ActivityPub / Objects.php
index f93c8b95747a1561ef873fd1c8afb3ce5258017b..34d4609511447a577b32b413badac788dd331ed6 100644 (file)
@@ -46,8 +46,6 @@ class Objects extends BaseModule
                        throw new HTTPException\BadRequestException();
                }
 
-               header('Vary: Accept', false);
-
                if (!ActivityPub::isRequest()) {
                        DI::baseUrl()->redirect(str_replace('objects/', 'display/', DI::args()->getQueryString()));
                }