]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Friendica.php
Merge pull request #13237 from annando/group-circle
[friendica.git] / src / Module / Friendica.php
index 90869878e47b131e32aab5c784a00902496419ac..73d5f633cd327c517ff8d6d6eee2ec5f8645b858 100644 (file)
@@ -115,6 +115,8 @@ class Friendica extends BaseModule
 
        protected function rawContent(array $request = [])
        {
+               header('Vary: Accept', false);
+
                // @TODO: Replace with parameter from router
                if (DI::args()->getArgc() <= 1 || (DI::args()->getArgv()[1] !== 'json')) {
                        if (!ActivityPub::isRequest()) {