79481513

Date: 2025-03-03 16:19:20
Score: 4
Natty:
Report link

Thanks for the responses.

After much searching the issue was that I was missing the decorator on the python view

@xframe_options_sameorigin def home(request):

Once I added the @xframe_options_sameorigin decorator, I was able to use in the iframe.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @xframe_options_sameorigin
  • User mentioned (0): @xframe_options_sameorigin
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bob D