Quellcode durchsuchen

Notice about changing the standard policy

tags/v5.0.0alpha1
Lukas Reschke vor 11 Jahren
Ursprung
Commit
293e7bdcf0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      lib/template.php

+ 1
- 0
lib/template.php Datei anzeigen

@@ -191,6 +191,7 @@ class OC_Template{
header('X-Content-Type-Options: nosniff'); // Disable sniffing the content type for IE

// Content Security Policy
// If you change the standard policy, please also change it in config.sample.php
$policy = OC_Config::getValue('custom_csp_policy', 'default-src \'self\'; script-src \'self\' \'unsafe-eval\'; style-src \'self\' \'unsafe-inline\'; frame-src *');
header('Content-Security-Policy:'.$policy); // Standard
header('X-WebKit-CSP:'.$policy); // Older webkit browsers

Laden…
Abbrechen
Speichern