add CSP turned on for angularjs

This commit is contained in:
Bernhard Posselt 2013-02-25 22:54:05 +01:00
parent 946a064fc6
commit b537cecdf3
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>