We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3500f commit 8b8e0adCopy full SHA for 8b8e0ad
wp-includes/class-wp-web-app-manifest.php
@@ -72,7 +72,7 @@ public function init() {
72
public function manifest_link_and_meta() {
73
$manifest = $this->get_manifest();
74
?>
75
- <link rel="manifest" href="<?php echo esc_url( static::get_url() ); ?>">
+ <link rel="manifest" href="<?php echo esc_url( static::get_url() ); ?>" crossorigin="use-credentials">
76
<meta name="theme-color" content="<?php echo esc_attr( $manifest['theme_color'] ); ?>">
77
<meta name="apple-mobile-web-app-capable" content="yes">
78
<meta name="mobile-web-app-capable" content="yes">
0 commit comments