Skip to content

Commit

Permalink
Merge pull request #178 from righettod/master
Browse files Browse the repository at this point in the history
Presence of K8S.
  • Loading branch information
riramar authored May 13, 2024
2 parents 482d5e5 + e5565cf commit 80fed3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/headers_add.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_utc": "2024-04-01 12:31:21",
"last_update_utc": "2024-05-13 17:40:57",
"headers": [
{
"name": "Cache-Control",
Expand Down
4 changes: 3 additions & 1 deletion ci/headers_remove.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_utc": "2024-04-01 12:31:21",
"last_update_utc": "2024-05-13 17:40:57",
"headers": [
"$wsep",
"Host-Header",
Expand Down Expand Up @@ -36,6 +36,8 @@
"X-Framework",
"X-Generated-By",
"X-Generator",
"X-Kubernetes-PF-FlowSchema-UI",
"X-Kubernetes-PF-PriorityLevel-UID",
"X-LiteSpeed-Cache",
"X-LiteSpeed-Purge",
"X-LiteSpeed-Tag",
Expand Down
2 changes: 2 additions & 0 deletions tab_bestpractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ This section provides a collection of HTTP response headers to remove, when poss
| [X-CalculatedBETarget](https://webtechsurvey.com/response-header/x-calculatedbetarget) | `exsrv01.mydomain.com` | Indicate the internal host name of the server that handled the request in the context of usage of the [Microsoft Exchange](https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-ashttp/08ad30b6-5b73-41bc-890b-1cab2cf49827) software. |
| [X-OWA-Version](https://webtechsurvey.com/response-header/x-owa-version) | `15.2.1258.27` | Indicate the version of the Microsoft Exchange software in use. |
| [X-Cocoon-Version](https://webtechsurvey.com/response-header/x-cocoon-version) | `2.1.13` | Indicate that the web framework [Apache Cocoon](https://cocoon.apache.org/) is used as well as the version used. |
| [X-Kubernetes-PF-FlowSchema-UI](https://kubernetes.io/docs/reference/debug-cluster/flow-control) | `cf931e2d-5a5e-4c12-892c-9bafa71f30dc` | Indicate that the web application issuing the HTTP response is deployed on a [Kubernetes](https://kubernetes.io/) cluster. |
| [X-Kubernetes-PF-PriorityLevel-UID](https://kubernetes.io/docs/reference/debug-cluster/flow-control) | `78b3face-e1cf-4fc6-a27e-08eb7f0f5b23` | Indicate that the web application issuing the HTTP response is deployed on a [Kubernetes](https://kubernetes.io/) cluster. |

<!-- HEADERS_REMOVE_TABLE_END -->

Expand Down

0 comments on commit 80fed3b

Please sign in to comment.