|
Lines 311-315
Link Here
|
| 311 |
<parallel_loops_count>1</parallel_loops_count> |
311 |
<parallel_loops_count>1</parallel_loops_count> |
| 312 |
</auto_renew_cronjob> |
312 |
</auto_renew_cronjob> |
| 313 |
|
313 |
|
|
|
314 |
<content_security_policy> |
| 315 |
<opac> |
| 316 |
<!-- supported values: report-only, enabled. Any other value, including unset, disables the feature. --> |
| 317 |
<csp_mode></csp_mode> |
| 318 |
<!-- defines the value of the CSP header. _CSP_NONCE_ can be used as a placeholder for the generated CSP nonce. --> |
| 319 |
<csp_header_value>default-src 'self'; script-src 'self' 'unsafe-eval' 'nonce-_CSP_NONCE_'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; object-src 'none'</csp_header_value> |
| 320 |
</opac> |
| 321 |
|
| 322 |
<intranet> |
| 323 |
<!-- supported values: report-only, enabled. Any other value, including unset, disables the feature. --> |
| 324 |
<csp_mode></csp_mode> |
| 325 |
<!-- defines the value of the CSP header. _CSP_NONCE_ can be used as a placeholder for the generated CSP nonce. --> |
| 326 |
<csp_header_value>default-src 'self'; script-src 'self' 'unsafe-eval' 'nonce-_CSP_NONCE_'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; object-src 'none'</csp_header_value> |
| 327 |
</intranet> |
| 328 |
</content_security_policy> |
| 314 |
</config> |
329 |
</config> |
| 315 |
</yazgfs> |
330 |
</yazgfs> |
| 316 |
- |
|
|