From b4e9c4c1d27c18a0e3c8ad37f10edbecdc744bdd Mon Sep 17 00:00:00 2001 From: Alex Sichkar Date: Tue, 3 Mar 2026 17:38:31 +0200 Subject: [PATCH] fix: add crossorigin='use-credentials' to manifest link --- src/pwa/templates/pwa.html | 2 +- tests/test_template_tag_meta.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pwa/templates/pwa.html b/src/pwa/templates/pwa.html index 1d559db..43d12f1 100644 --- a/src/pwa/templates/pwa.html +++ b/src/pwa/templates/pwa.html @@ -1,5 +1,5 @@ - + diff --git a/tests/test_template_tag_meta.py b/tests/test_template_tag_meta.py index 62a4c01..b5f9f92 100644 --- a/tests/test_template_tag_meta.py +++ b/tests/test_template_tag_meta.py @@ -14,7 +14,7 @@ '', '', '', - '', + '', '', '', '',