From 8b8e0ad787f86965206cfb3610c29b5a6bbf83cf Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 18 Dec 2020 22:05:59 -0800 Subject: [PATCH] Add crossorigin=use-credentials to link[rek=manifest] for sake of Basic Auth --- wp-includes/class-wp-web-app-manifest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-web-app-manifest.php b/wp-includes/class-wp-web-app-manifest.php index 044661732..16f20e39b 100644 --- a/wp-includes/class-wp-web-app-manifest.php +++ b/wp-includes/class-wp-web-app-manifest.php @@ -72,7 +72,7 @@ public function init() { public function manifest_link_and_meta() { $manifest = $this->get_manifest(); ?> - +