Commit Graph

3 Commits (9d97cf3a7150d3b5eca3f4214a8435fad7fef99c)

Author SHA1 Message Date
Lunny Xiao f494776931
Use a variable but a function for IsProd because of a slight performance increment ()
zeripath afd88a2418
Allow setting X-FRAME-OPTIONS ()
* Allow setting X-FRAME-OPTIONS

This PR provides a mechanism to set the X-FRAME-OPTIONS header.

Fix 

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>
Lunny Xiao 1bfb0a24d8
Refactor routers directory ()
* refactor routers directory

* move func used for web and api to common

* make corsHandler a function to prohibit side efects

* rm unused func

Co-authored-by: 6543 <6543@obermui.de>