Skip to content

Commit 573be07

Browse files
authored
Merge pull request #8136 from kenjis/update-env
[4.5] config: update env
2 parents b58a168 + 02df28f commit 573be07

File tree

1 file changed

+0
-77
lines changed

1 file changed

+0
-77
lines changed

env

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -46,98 +46,21 @@
4646
# database.tests.DBPrefix =
4747
# database.tests.port = 3306
4848

49-
#--------------------------------------------------------------------
50-
# CONTENT SECURITY POLICY
51-
#--------------------------------------------------------------------
52-
53-
# contentsecuritypolicy.reportOnly = false
54-
# contentsecuritypolicy.defaultSrc = 'none'
55-
# contentsecuritypolicy.scriptSrc = 'self'
56-
# contentsecuritypolicy.styleSrc = 'self'
57-
# contentsecuritypolicy.imageSrc = 'self'
58-
# contentsecuritypolicy.baseURI = null
59-
# contentsecuritypolicy.childSrc = null
60-
# contentsecuritypolicy.connectSrc = 'self'
61-
# contentsecuritypolicy.fontSrc = null
62-
# contentsecuritypolicy.formAction = null
63-
# contentsecuritypolicy.frameAncestors = null
64-
# contentsecuritypolicy.frameSrc = null
65-
# contentsecuritypolicy.mediaSrc = null
66-
# contentsecuritypolicy.objectSrc = null
67-
# contentsecuritypolicy.pluginTypes = null
68-
# contentsecuritypolicy.reportURI = null
69-
# contentsecuritypolicy.sandbox = false
70-
# contentsecuritypolicy.upgradeInsecureRequests = false
71-
# contentsecuritypolicy.styleNonceTag = '{csp-style-nonce}'
72-
# contentsecuritypolicy.scriptNonceTag = '{csp-script-nonce}'
73-
# contentsecuritypolicy.autoNonce = true
74-
75-
#--------------------------------------------------------------------
76-
# COOKIE
77-
#--------------------------------------------------------------------
78-
79-
# cookie.prefix = ''
80-
# cookie.expires = 0
81-
# cookie.path = '/'
82-
# cookie.domain = ''
83-
# cookie.secure = false
84-
# cookie.httponly = false
85-
# cookie.samesite = 'Lax'
86-
# cookie.raw = false
87-
8849
#--------------------------------------------------------------------
8950
# ENCRYPTION
9051
#--------------------------------------------------------------------
9152

9253
# encryption.key =
93-
# encryption.driver = OpenSSL
94-
# encryption.blockSize = 16
95-
# encryption.digest = SHA512
96-
97-
#--------------------------------------------------------------------
98-
# HONEYPOT
99-
#--------------------------------------------------------------------
100-
101-
# honeypot.hidden = 'true'
102-
# honeypot.label = 'Fill This Field'
103-
# honeypot.name = 'honeypot'
104-
# honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
105-
# honeypot.container = '<div style="display:none">{template}</div>'
106-
107-
#--------------------------------------------------------------------
108-
# SECURITY
109-
#--------------------------------------------------------------------
110-
111-
# security.csrfProtection = 'cookie'
112-
# security.tokenRandomize = false
113-
# security.tokenName = 'csrf_token_name'
114-
# security.headerName = 'X-CSRF-TOKEN'
115-
# security.cookieName = 'csrf_cookie_name'
116-
# security.expires = 7200
117-
# security.regenerate = true
118-
# security.redirect = false
119-
# security.samesite = 'Lax'
12054

12155
#--------------------------------------------------------------------
12256
# SESSION
12357
#--------------------------------------------------------------------
12458

12559
# session.driver = 'CodeIgniter\Session\Handlers\FileHandler'
126-
# session.cookieName = 'ci_session'
127-
# session.expiration = 7200
12860
# session.savePath = null
129-
# session.matchIP = false
130-
# session.timeToUpdate = 300
131-
# session.regenerateDestroy = false
13261

13362
#--------------------------------------------------------------------
13463
# LOGGER
13564
#--------------------------------------------------------------------
13665

13766
# logger.threshold = 4
138-
139-
#--------------------------------------------------------------------
140-
# CURLRequest
141-
#--------------------------------------------------------------------
142-
143-
# curlrequest.shareOptions = false

0 commit comments

Comments
 (0)