This commit is contained in:
Flatlogic Bot 2026-04-05 21:36:11 +00:00
parent be54b5eed6
commit 803f8c3d0a
2 changed files with 1 additions and 1 deletions

View File

@ -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):