GustavoA
GustavoA

Reputation: 79

How to fix the frame-src - child-src error from firefox in angular 2

Content Security Policy: Directive 'frame-src' has been deprecated. Please use directive 'child-src' instead.

We found this error on firefox recently and couldn't manage to find an appropriate answer for this...

What is the best solution for Angular 2 on this?

Upvotes: 1

Views: 742

Answers (1)

user663031
user663031

Reputation:

This has nothing to do with Angular. FF is merely advising you of an issue with your Contest Security Poiicy (which you can most likely find in a meta tag in index.html). Just read it and do what it says. However, please note that in the CSP Level 3 Draft, frame-src has been un-deprecated.

Upvotes: 2

Related Questions