summaryrefslogtreecommitdiffstats
path: root/modules/setting/cors.go
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-061-2/+4
| | | | | | | | | | | | | | | * Allow setting X-FRAME-OPTIONS This PR provides a mechanism to set the X-FRAME-OPTIONS header. Fix #7951 Signed-off-by: Andrew Thornton <art27@cantab.net> * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Movde dependents on macaron from modules/setting (#10050)Lunny Xiao2020-01-291-18/+15
| | | | Co-authored-by: Lauris BH <lauris@nix.lv>
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Handle CORS requests (#6289)Tamal Saha2019-05-131-0/+41