mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 09:01:23 +01:00
fix: manifest error
This commit is contained in:
@@ -66,6 +66,7 @@ Tags.parse = async (req, data, meta, link) => {
|
|||||||
}, {
|
}, {
|
||||||
rel: 'manifest',
|
rel: 'manifest',
|
||||||
href: `${relative_path}/manifest.webmanifest`,
|
href: `${relative_path}/manifest.webmanifest`,
|
||||||
|
crossorigin: `use-credentials`,
|
||||||
}];
|
}];
|
||||||
|
|
||||||
if (plugins.hooks.hasListeners('filter:search.query')) {
|
if (plugins.hooks.hasListeners('filter:search.query')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user