View | Details | Raw Unified | Return to bug 38365
Collapse All | Expand All

(-)a/debian/templates/koha-conf-site.xml.in (+1 lines)
Lines 558-563 __END_SRU_PUBLICSERVER__ Link Here
558
558
559
   <intranet>
559
   <intranet>
560
     <!-- supported values: report-only, enabled. Any other value, including unset, disables the feature. -->
560
     <!-- supported values: report-only, enabled. Any other value, including unset, disables the feature. -->
561
     <!-- BEWARE: the intranet/staff interface is not yet production ready for "enabled" mode -->
561
     <csp_mode></csp_mode>
562
     <csp_mode></csp_mode>
562
     <!-- defines the value of the CSP header. _CSP_NONCE_ can be used as a placeholder for the generated CSP nonce. -->
563
     <!-- defines the value of the CSP header. _CSP_NONCE_ can be used as a placeholder for the generated CSP nonce. -->
563
     <csp_header_value></csp_header_value>
564
     <csp_header_value></csp_header_value>
(-)a/etc/koha-conf.xml (-1 / +1 lines)
Lines 369-374 Link Here
369
369
370
   <intranet>
370
   <intranet>
371
     <!-- supported values: report-only, enabled. Any other value, including unset, disables the feature. -->
371
     <!-- supported values: report-only, enabled. Any other value, including unset, disables the feature. -->
372
     <!-- BEWARE: the intranet/staff interface is not yet production ready for "enabled" mode -->
372
     <csp_mode></csp_mode>
373
     <csp_mode></csp_mode>
373
     <!-- defines the value of the CSP header. _CSP_NONCE_ can be used as a placeholder for the generated CSP nonce. -->
374
     <!-- defines the value of the CSP header. _CSP_NONCE_ can be used as a placeholder for the generated CSP nonce. -->
374
     <csp_header_value></csp_header_value>
375
     <csp_header_value></csp_header_value>
375
- 

Return to bug 38365