1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

explicitly invoke ng-csp

This commit is contained in:
Kyle Spearrin
2017-06-14 08:50:12 -04:00
parent 8396b46ec7
commit 125cfe07e7
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html ng-app="bit">
<html ng-app="bit" ng-csp>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">