Skip to content

Commit 8b93265

Browse files
committed
fix(manifest): ensure virtual manifest file returns HTTP 200
1 parent 02132ba commit 8b93265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AcornFavicons.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ public function serveSiteManifest(): void
304304
return;
305305
}
306306

307+
status_header(201);
307308
header('Content-Type: application/manifest+json; charset=utf-8');
308309

309310
echo wp_json_encode([

0 commit comments

Comments
 (0)