mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
csp adjustments for angular
This commit is contained in:
parent
3359e78047
commit
9eb4043595
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html ng-app="bit">
|
||||
<html ng-app="bit" ng-csp>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Security-Policy" content="
|
||||
@ -27,6 +27,9 @@
|
||||
'self'
|
||||
https://maxcdn.bootstrapcdn.com
|
||||
https://fonts.gstatic.com;
|
||||
child-src
|
||||
'self'
|
||||
https://js.stripe.com;
|
||||
frame-src
|
||||
'self'
|
||||
https://js.stripe.com;
|
||||
|
@ -1,5 +1,6 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic);
|
||||
@import "../../node_modules/angular-toastr/src/toastr.less";
|
||||
@import (less) "../../node_modules/angular/angular-csp.css";
|
||||
|
||||
/* Start AdminLTE */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user