Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Facebook Sign in CSP problem

  • Нет ответов
  • 1 имеет эту проблему
  • 15 просмотров
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