|
46 | 46 | # database.tests.DBPrefix =
|
47 | 47 | # database.tests.port = 3306
|
48 | 48 |
|
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 |
| - |
88 | 49 | #--------------------------------------------------------------------
|
89 | 50 | # ENCRYPTION
|
90 | 51 | #--------------------------------------------------------------------
|
91 | 52 |
|
92 | 53 | # 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' |
120 | 54 |
|
121 | 55 | #--------------------------------------------------------------------
|
122 | 56 | # SESSION
|
123 | 57 | #--------------------------------------------------------------------
|
124 | 58 |
|
125 | 59 | # session.driver = 'CodeIgniter\Session\Handlers\FileHandler'
|
126 |
| -# session.cookieName = 'ci_session' |
127 |
| -# session.expiration = 7200 |
128 | 60 | # session.savePath = null
|
129 |
| -# session.matchIP = false |
130 |
| -# session.timeToUpdate = 300 |
131 |
| -# session.regenerateDestroy = false |
132 | 61 |
|
133 | 62 | #--------------------------------------------------------------------
|
134 | 63 | # LOGGER
|
135 | 64 | #--------------------------------------------------------------------
|
136 | 65 |
|
137 | 66 | # logger.threshold = 4
|
138 |
| - |
139 |
| -#-------------------------------------------------------------------- |
140 |
| -# CURLRequest |
141 |
| -#-------------------------------------------------------------------- |
142 |
| - |
143 |
| -# curlrequest.shareOptions = false |
0 commit comments