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", "@context": "http://schema.org",
"@graph": [
{
"@type": "Organization", "@type": "Organization",
"url": "https://gchq.github.io/CyberChef/", "url": "https://gchq.github.io/CyberChef/",
"logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png", "logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png",
@ -10,7 +12,6 @@
] ]
}, },
{ {
"@context": "http://schema.org",
"@type": "WebSite", "@type": "WebSite",
"url": "https://gchq.github.io/CyberChef/", "url": "https://gchq.github.io/CyberChef/",
"name": "CyberChef", "name": "CyberChef",
@ -20,4 +21,6 @@
"query-input": "required name=operation_search_term" "query-input": "required name=operation_search_term"
} }
} }
]
}
] ]