]> source.dussan.org Git - nextcloud-server.git/commitdiff
add CSP turned on for angularjs
authorBernhard Posselt <nukeawhale@gmail.com>
Mon, 25 Feb 2013 21:54:05 +0000 (22:54 +0100)
committerBernhard Posselt <nukeawhale@gmail.com>
Mon, 25 Feb 2013 21:54:05 +0000 (22:54 +0100)
core/templates/layout.base.php
core/templates/layout.guest.php
core/templates/layout.user.php

index 4233fd8300e74bad9d40f266bf1d207ce6ec2066..47d552069a0ddf95d48418486bad7c78e47b8697 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html class="ng-csp">
        <head>
                <title>ownCloud</title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
index b26020b766bbe64a1a063f3c50c45ed8300c2a0f..a84e2b8cef7af65b7df8c2c692c5a077eb067d91 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html class="ng-csp">
        <head>
                <title>ownCloud</title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
index d0869cb8404d84ac83fb0c58fed9a46ba1547fb1..3ec6a98fe0abb85e1012946eb7ae92c069ccf81c 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html class="ng-csp">
        <head>
                <title><?php echo !empty($_['application'])?$_['application'].' | ':'' ?>ownCloud
                        <?php echo !empty($_['user_displayname'])?' ('.$_['user_displayname'].') ':'' ?></title>