File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,10 @@ Furthermore:
80
80
(TLS), regardless of whether it is an internal or public-facing API.
81
81
* Be specific about which HTTP verbs each API can be accessed by: all other
82
82
HTTP verbs should be disabled (e.g. HEAD).
83
- * Implement a proper Cross-Origin Resource Sharing (CORS) policy on APIs
84
- expected to be accessed from browser-based clients (e.g. web app front-ends).
83
+ * APIs expecting to be accessed from browser-based clients (e.g., WebApp
84
+ front-end) should, at least:
85
+ * implement a proper Cross-Origin Resource Sharing (CORS) policy
86
+ * include applicable Security Headers
85
87
* Ensure all servers in the HTTP server chain (e.g. load balancers, reverse
86
88
and forward proxies, and back-end servers) process incoming requests in a
87
89
uniform manner to avoid desync issues.
You can’t perform that action at this time.
0 commit comments