Add HTTP headers security note for CKeditor - refs #2013

pull/2487/head
Yannick Warnier 9 years ago
parent 0c43dafe41
commit 397dc4d2e4
  1. 1
      main/install/configuration.dist.php

@ -414,6 +414,7 @@ $_configuration['agenda_legend'] = [
// XSS attacks. By whitelisting sources of approved content, you can prevent
// the browser from loading malicious assets.
// The provided default is an *example*, please customize.
// This setting is particularly complicated to set with CKeditor
//$_configuration['security_content_policy'] = 'default-src \'self\'; script-src *://*.google.com:*';
//
// HTTP Public Key Pinning protects your site from MiTM attacks using rogue

Loading…
Cancel
Save