Actions
Bug #86808
closedHTTP header in backend not set correctly
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Looking at the HTTP headers in the backend I discovered, that the X-Frame-Options header is not set correctly:
clickJackingProtection: X-Frame-Options: SAMEORIGIN
Correct would be
X-Frame-Options: SAMEORIGIN
according to https://developer.mozilla.org/de/docs/Web/HTTP/Headers/X-Frame-Options
Actions