Workaround for Safari load bug

This commit is contained in:
GCHQDeveloper94872 2025-05-12 12:15:41 +00:00
parent b2045e5bd8
commit e4f4d9c1c5

View file

@ -1,6 +1,8 @@
[
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "Organization",
"url": "https://gchq.github.io/CyberChef/",
"logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png",
@ -10,7 +12,6 @@
]
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://gchq.github.io/CyberChef/",
"name": "CyberChef",
@ -21,3 +22,5 @@
}
}
]
}
]