mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-04 03:05:13 -04:00
feat: add crossorigin attribute to manifest link (#1503)
Signed-off-by: Pavel Pikta <pavel_pikta@epam.com>
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<link rel="manifest" href={backendUrl + 'api/upsnap/manifest.webmanifest'} />
|
||||
<link rel="manifest" href={backendUrl + 'api/upsnap/manifest.webmanifest'} crossorigin="use-credentials" />
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
href={$settingsPub?.id && $settingsPub?.favicon
|
||||
|
||||
Reference in New Issue
Block a user