diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-25 22:54:05 +0100 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-25 22:54:05 +0100 |
commit | b537cecdf37b01df12a1f6ef3f104f1809f5c086 (patch) | |
tree | 8ae06e298801ea73a3791fd9515c96d8f928ce10 /core/templates/layout.base.php | |
parent | 946a064fc6b57915c09026e0b02d0bed01a852e3 (diff) | |
download | nextcloud-server-b537cecdf37b01df12a1f6ef3f104f1809f5c086.tar.gz nextcloud-server-b537cecdf37b01df12a1f6ef3f104f1809f5c086.zip |
add CSP turned on for angularjs
Diffstat (limited to 'core/templates/layout.base.php')
-rw-r--r-- | core/templates/layout.base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index 4233fd8300e..47d552069a0 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -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" /> |