Skip to content
#

patternlab

Here are 13 public repositories matching this topic...

django-pattern-library
bcdickinson
bcdickinson commented Sep 30, 2020

Issue Summary

We set X-Frame-Options: sameorigin on RenderPatternView responses, but if an exception is raised and DEBUG = True, the error page response does not have that heading set by default.

Steps to Reproduce

  1. Try to view a pattern that throws an error while rendering (or stick assert False in the RenderPatternView.get() method)
  2. Django debug error page is blo

Improve this page

Add a description, image, and links to the patternlab topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the patternlab topic, visit your repo's landing page and select "manage topics."

Learn more