mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-13 05:27:50 +00:00
Apply JnCrMx's patch for optional HTTP-only mode
This commit is contained in:
parent
9524b1eb12
commit
5352937065
6 changed files with 62 additions and 40 deletions
|
@ -9,6 +9,7 @@ mainDomain = 'codeberg.page'
|
|||
rawDomain = 'raw.codeberg.page'
|
||||
allowedCorsDomains = ['fonts.codeberg.org', 'design.codeberg.org']
|
||||
blacklistedPaths = ['do/not/use']
|
||||
httpOnlyMode = false
|
||||
|
||||
[forge]
|
||||
root = 'https://codeberg.org'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue