[PR #85] [MERGED] Add cors headers #2530

Closed
opened 2025-11-20 07:11:26 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/85
Author: @mlsmaycon
Created: 8/15/2021
Status: Merged
Merged: 8/16/2021
Merged by: @braginini

Base: mainHead: add-cors-headers


📝 Commits (3)

📊 Changes

6 files changed (+32 additions, -13 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+18 -0)
📝 management/server/http/handler/peers.go (+0 -2)
📝 management/server/http/handler/setupkeys.go (+0 -2)
📝 management/server/http/middleware/handler.go (+1 -1)
📝 management/server/http/server.go (+12 -8)

📄 Description

Setting basic CORS headers, let's confirm the implications here and define more fine-grained headers in the near future.


🔄 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/netbirdio/netbird/pull/85 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 8/15/2021 **Status:** ✅ Merged **Merged:** 8/16/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `add-cors-headers` --- ### 📝 Commits (3) - [`739839d`](https://github.com/netbirdio/netbird/commit/739839d75484ee33d1dac0bcbe6b7eb410be776a) disable EnableAuthOnOptions - [`643d909`](https://github.com/netbirdio/netbird/commit/643d909280d6cf789555510846eda777203dc884) Setup basic cors headers - [`a176069`](https://github.com/netbirdio/netbird/commit/a176069b14f7cc54e024800d69b07dc95b50839b) feature: user cors lib ### 📊 Changes **6 files changed** (+32 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+18 -0) 📝 `management/server/http/handler/peers.go` (+0 -2) 📝 `management/server/http/handler/setupkeys.go` (+0 -2) 📝 `management/server/http/middleware/handler.go` (+1 -1) 📝 `management/server/http/server.go` (+12 -8) </details> ### 📄 Description Setting basic CORS headers, let's confirm the implications here and define more fine-grained headers in the near future. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2530