dmnCodes / vue-fb-customer-chat

Facebook Customer Chat Plugin for Vue.js
https://dmncodes.github.io/vue-fb-customer-chat/
MIT License
39 stars 16 forks source link

Refused to frame #15

Open chihebnabil opened 4 years ago

chihebnabil commented 4 years ago

Hi ! I had this issue when using your plugin :

"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vuetify": "^2.2.11",
"vuex": "^3.3.0",

Refused to frame 'https://www.facebook.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://www.facebook.com"

xueyongg commented 4 years ago

Found the answer here in this post! Hope its useful

https://stackoverflow.com/questions/47736650/refused-to-display-frame-ancestors-https-www-facebook-com

sergeivoroshilov commented 4 years ago

I added my host name in facebook page settings. It works!