diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index ec327bd..148c612 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/views.py b/core/views.py index 5949651..80fb163 100644 --- a/core/views.py +++ b/core/views.py @@ -116,7 +116,7 @@ def _embed_base_url(request): def _show_embed_header(request): - return request.GET.get('header', '0') != '0' + return request.GET.get('header', '1') != '0' def _embed_header_value(request):