Merge pull request #1902 from owncloud/angularcsp

add CSP turned on for angularjs
This commit is contained in:
Frank Karlitschek 2013-02-26 00:58:12 -08:00
commit 69eb69be0e
3 changed files with 3 additions and 3 deletions

View 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" />

View 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" />

View 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>