0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C1,003 forks (1,003 forks)batch import
area/platformgood first issuekind/improve-ux
Repository metrics
- Stars
- 8,229 stars (8,229 stars)
- PR merge metrics
- Avg merge 17d 21h (Avg merge 17d 21h)92 merged PRs in 30d (92 merged PRs in 30d)
Description
Add a gflag to allow users to determine what sites have access to the master and tserver UI. Currently, it is set to Access-Control-Allow-Origin: * by default.
Contributor guide
- Research direction
- Investigate how gflags are defined in the codebase, specifically for UI related settings. Locate the current CORS header implementation and add a new flag to override the default '*'.
- Tech stack
- c
- Domain
- backendsecurity
- Issue type
- Feature
- Prerequisites
- CGit