Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Facebook Sign in CSP problem

  • Không có trả lời
  • 1 gặp vấn đề này
  • 10 lượt xem
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