Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hello, please help me with the error:
Load denied by X-Frame-Options: http://ec2-54-161-134-31.compute-1.amaz … ico%20DGAC does not permit cross-origin framing.
In my case the chat window is not loaded properly, this error does not occur when I place the code of demo "https://demo.livehelperchat.com/site_ad … m/htmlcode" but with an IP inside my network or machines cloud the problem occurs:
Thanks for your help.
Offline
I think these headers are added by AWS itself, really not an LHC problem...
Offline
Just question, how did you installed it on AWS using bitnami? or it was manually installed?
Offline
Thanks for your answer, effectively bitnami installers use to the cloud and premises without success, you may bitnami installers have problems?
I will try to manually install an instance!
Offline
Yes, most likely. I'll try to contact them. Perhaps there is some header they add to apache config to disable loading content in iframe.
Offline
Yes the apache of bitnami have restriction.
cd /opt/bitnami/apache2/conf
sudo nano httpd.conf
comment this sections. # Header always setifempty X-Frame-Options SAMEORIGIN and Header always merge X-Frame-Options SAMEORIGIN
<IfModule headers_module>
<IfVersion >= 2.4.7 >
# Header always setifempty X-Frame-Options SAMEORIGIN
</IfVersion>
<IfVersion < 2.4.7 >
# Header always merge X-Frame-Options SAMEORIGIN
</IfVersion>
</IfModule>
reboot and works
Offline
I'll let them now.
Offline
Here is related info to everyone who will face the same issue using bitnami package.
https://wiki.bitnami.com/Applications/B … our_domain
Offline
I know this thread is over a year old but I could really use some help with it.
I'm currently having the same issue.
Shortys HVAC Works fine
Shortys Pumps Only works if I open the chat in a new windows or maximize the chat. I'm having the same issue as OP had a year ago.
Help? I have no idea where to start. I tried to embed the code again on the main page for Shortys Pumps as suggested by another user in this forum but that did nothing. He then said it says "Load denied by X-Frame-Options: https://shortyshvac.com/live-help/index … com%2F&dt= does not permit cross-origin framing."
What's the fix for this? What files should I edit?
Offline
Ash please read the guide here https://wiki.bitnami.com/Applications/B … our_domain if you continue to have issues and you are using bit naming package you may need contact bitnami. Maybe you need check or edit Apache configuration.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Seems the link to the wiki of bitnami is no more working.
You can follow that guide: https://forum.livehelperchat.com/viewtopic.php?id=2195
may solve your issue or contact bitnami support.
Last edited by PeopleInside (2016-11-13 17:53:37)
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline