Author: Sara Golemon (sgolemon)
Date: 2021-04-19T15:26:42Z
Commit:
https://github.com/php/web-php/commit/735fd755df553d413eb51af2eb7bd5acbf489a59
Raw diff:
https://github.com/php/web-php/commit/735fd755df553d413eb51af2eb7bd5acbf489a59.diff
Fix think-o, this should have been in the last commit.
Changed paths:
M include/prepend.inc
Diff:
diff --git a/include/prepend.inc b/include/prepend.inc
index 084657b8f..692a98b42 100644
--- a/include/prepend.inc
+++ b/include/prepend.inc
@@ -35,7 +35,6 @@ header("Content-type: text/html; charset=utf-8");
$headers = str_replace(array("\r", "\n", "\0"), "", $headers);
header("Access-Control-Allow-Headers: $headers");
}
-}
})();
/* Clickjacking workaround. Nothing should be in a frame so it could
technically be 'deny'
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php