Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Facebook Sign in CSP problem

  • No replies
  • 1 has this problem
  • 10 views
more options

I've developed an app in Python Flask and deployed it with Nginx and uWSGI. On login page in Firefox Facebook login button is not showing and I get an warning message in console:

Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified

Content Security Policy: Ignoring “https:” within script-src: ‘strict-dynamic’ specified

Content Security Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified

I've tried setting CSP config on nginx and in flask using Flask-CSP but the problem is still here.

Facebook SignIn works on all other browsers and Google Sign in works in all browsers including Firefox

I've developed an app in Python Flask and deployed it with Nginx and uWSGI. On login page in Firefox Facebook login button is not showing and I get an warning message in console: Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “https:” within script-src: ‘strict-dynamic’ specified Content Security Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified I've tried setting CSP config on nginx and in flask using Flask-CSP but the problem is still here. Facebook SignIn works on all other browsers and Google Sign in works in all browsers including Firefox