summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-05 19:53:30 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-05 19:53:30 +0100
commitc1ddc1faf2c42866261cf621861238c5772ce85f (patch)
tree44028e32a2a1346bcc6073af2c77274ddb7da192 /app
parent4c9377284b094f0d560c7554dce16506c437e677 (diff)
parentfb6b82167c89b77062fe1c38b4129bfaf3b5f8ed (diff)
Merge branch 'FreshRSS/dev' into dev
Diffstat (limited to 'app')
-rw-r--r--app/FreshRSS.php2
-rw-r--r--app/i18n/de/install.php8
2 files changed, 5 insertions, 5 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index bfbd7a6eb..d6f4f4062 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -113,7 +113,7 @@ class FreshRSS extends Minz_FrontController {
public static function preLayout() {
switch (Minz_Request::controllerName()) {
case 'index':
- header("Content-Security-Policy: default-src 'self'; child-src *; img-src * data:; media-src *");
+ header("Content-Security-Policy: default-src 'self'; child-src *; frame-src *; img-src * data:; media-src *");
break;
case 'stats':
header("Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'");
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php
index 2da744cfb..d16496818 100644
--- a/app/i18n/de/install.php
+++ b/app/i18n/de/install.php
@@ -63,8 +63,8 @@ return array(
'ok' => 'Ihr HTTP REFERER ist bekannt und entspricht Ihrem Server.',
),
'json' => array(
- 'nok' => 'You lack a recommended library to parse JSON.',
- 'ok' => 'You have a recommended library to parse JSON.',
+ 'nok' => 'Ihnen fehlt eine empfohlene Bibliothek um JSON zu parsen.',
+ 'ok' => 'Sie haben eine empfohlene Bibliothek um JSON zu parsen.',
),
'minz' => array(
'nok' => 'Ihnen fehlt das Minz-Framework.',
@@ -91,8 +91,8 @@ return array(
'ok' => 'Die Berechtigungen des Verzeichnisses <em>./data/users</em> sind in Ordnung.',
),
'xml' => array(
- 'nok' => 'You lack the required library to parse XML.',
- 'ok' => 'You have the required library to parse XML.',
+ 'nok' => 'Ihnen fehlt die benötigte Bibliothek um XML zu parsen.',
+ 'ok' => 'Sie haben die benötigte Bibliothek um XML zu parsen.',
),
),
'conf' => array(