diff options
-rw-r--r-- | inc/template.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index 7cf303aae..db524c986 100644 --- a/inc/template.php +++ b/inc/template.php @@ -269,7 +269,8 @@ function tpl_metaheaders($alt = true) if (actionOK('manifest')) { $head['link'][] = [ 'rel' => 'manifest', - 'href' => DOKU_BASE . 'lib/exe/manifest.php' + 'href' => DOKU_BASE . 'lib/exe/manifest.php', + 'crossorigin' => 'use-credentials' // See issue #4322 ]; } |