Skip to content

Commit

Permalink
retry with X-Frame options to SAMEORIGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 11, 2020
1 parent 0306bdf commit 73cd082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ django-treebeard==4.3.1
djangocms-admin-style==1.3.0
djangocms-bootstrap==1.1.2
djangocms-cascade==1.3.1
djangocms-text-ckeditor==3.9.0
https://github.com/jrief/djangocms-text-ckeditor/archive/patch-1.zip
djangorestframework==3.11.0
easy-thumbnails==2.7
factory-boy==2.11.1
Expand Down
6 changes: 4 additions & 2 deletions tests/testshop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@

TIME_ZONE = 'UTC'

X_FRAME_OPTIONS = 'SAMEORIGIN'

SILENCED_SYSTEM_CHECKS = ['auth.W004']

LANGUAGES = [
('en', 'English'),
]
Expand Down Expand Up @@ -187,8 +191,6 @@
'stylesSet': format_lazy('default:{}', reverse_lazy('admin:cascade_texteditor_config')),
}

SILENCED_SYSTEM_CHECKS = ['auth.W004']

SHOP_APP_LABEL = 'testshop'

SHOP_CART_MODIFIERS = [
Expand Down

0 comments on commit 73cd082

Please sign in to comment.