question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'X-Frame-Options' to 'deny'

See original GitHub issue

Version of HACS

0.7.0

Describe the bug

The Community page on the frontend doesn’t load.

Refused to display ‘https://URL/community_2194ae62-b0c8-4774-a82f-4d6f1789cc6e-05a4c434-312e-4984-9356-a1b282691657’ in a frame because it set ‘X-Frame-Options’ to ‘deny’.

Debug log


component log removed

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ludeeuscommented, Jun 15, 2019

Set traefik.frontend.headers.frameDeny in your Traefik config. https://docs.traefik.io/configuration/backends/docker/

0reactions
mpetersoncommented, Aug 9, 2019

Set traefik.frontend.headers.frameDeny in your Traefik config. https://docs.traefik.io/configuration/backends/docker/

Would be nice to have a not on the installation docs. It took me a long while to figure out (and only did after finding this issue)

Read more comments on GitHub >

github_iconTop Results From Across the Web

X-Frame-Options - HTTP - MDN Web Docs
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in...
Read more >
How to set 'X-Frame-Options' on iframe?
A web site which issues HTTP Header X-Frame-Options with a value of DENY (or SAMEORIGIN with a different server origin) cannot be integrated...
Read more >
X-Frame-Options - How to Combat Clickjacking
The deny directive completely disables the loading of the page in a frame, regardless of what site is trying. Below is what the...
Read more >
HTTP headers | X-Frame-Options
HTTP headers | X-Frame-Options · deny: This directive stops the site from being rendered in <frame> i.e. site can't be embedded into other...
Read more >
What is Clickjacking | Attack Example | X-Frame-Options ...
X-Frame-Options allows content publishers to prevent their own content from being used in an invisible frame by attackers. The DENY option is the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found