We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c04a18 + 1ae47b3 commit d5ae385Copy full SHA for d5ae385
2023/en/src/0xa7-security-misconfiguration.md
@@ -84,6 +84,10 @@ Furthermore:
84
front-end) should, at least:
85
* implement a proper Cross-Origin Resource Sharing (CORS) policy
86
* include applicable Security Headers
87
+* Restrict incoming content types/data formats to those that meet the business/
88
+ functional requirements.
89
+* Implement a proper Cross-Origin Resource Sharing (CORS) policy on APIs
90
+ expected to be accessed from browser-based clients (e.g. web app front-ends).
91
* Ensure all servers in the HTTP server chain (e.g. load balancers, reverse
92
and forward proxies, and back-end servers) process incoming requests in a
93
uniform manner to avoid desync issues.
0 commit comments