[PR #136] [MERGED] Correcting X-XSS-Protection Header #3194

Closed
opened 2026-02-26 07:38:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/136
Author: @OhHeyAlan
Created: 5/6/2019
Status: Merged
Merged: 5/8/2019
Merged by: @jc21

Base: developHead: patch-2


📝 Commits (5)

  • e7849e0 Correcting X-XSS-Protection Header
  • ad8eac4 Update issue templates
  • 04da3e2 Merge branch 'master' into patch-2
  • 736eab8 Merge branch 'develop' into patch-2
  • e09d4c3 Merge branch 'develop' into patch-2

📊 Changes

3 files changed (+57 additions, -1 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+36 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+20 -0)
📝 src/backend/app.js (+1 -1)

📄 Description

X-XSS-Protection sets the configuration for the cross-site scripting filters built into most browsers. The best configuration is "X-XSS-Protection: 1; mode=block".

Was "0"
Now "1; mode=block"


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/136 **Author:** [@OhHeyAlan](https://github.com/OhHeyAlan) **Created:** 5/6/2019 **Status:** ✅ Merged **Merged:** 5/8/2019 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `patch-2` --- ### 📝 Commits (5) - [`e7849e0`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e7849e0af158dd7d8e91c570a920328fc90a4698) Correcting X-XSS-Protection Header - [`ad8eac4`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ad8eac4f073426bda885006c817c88ab3c1de18e) Update issue templates - [`04da3e2`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/04da3e20b190fed05235246859f96709c39e29fc) Merge branch 'master' into patch-2 - [`736eab8`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/736eab80cc97c85a8a736e9616425fd9dbaba0d8) Merge branch 'develop' into patch-2 - [`e09d4c3`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e09d4c37c8b6ba9d9e14ee4e2118338d62282107) Merge branch 'develop' into patch-2 ### 📊 Changes **3 files changed** (+57 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+36 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+20 -0) 📝 `src/backend/app.js` (+1 -1) </details> ### 📄 Description X-XSS-Protection sets the configuration for the cross-site scripting filters built into most browsers. The best configuration is "X-XSS-Protection: 1; mode=block". Was "0" Now "1; mode=block" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 07:38:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3194
No description provided.