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,23 +1,26 @@
[ [
{ {
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Organization", "@graph": [
"url": "https://gchq.github.io/CyberChef/", {
"logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png", "@type": "Organization",
"sameAs": [ "url": "https://gchq.github.io/CyberChef/",
"https://github.com/gchq/CyberChef", "logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png",
"https://www.npmjs.com/package/cyberchef" "sameAs": [
"https://github.com/gchq/CyberChef",
"https://www.npmjs.com/package/cyberchef"
]
},
{
"@type": "WebSite",
"url": "https://gchq.github.io/CyberChef/",
"name": "CyberChef",
"potentialAction": {
"@type": "SearchAction",
"target": "https://gchq.github.io/CyberChef/?op={operation_search_term}",
"query-input": "required name=operation_search_term"
}
}
] ]
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://gchq.github.io/CyberChef/",
"name": "CyberChef",
"potentialAction": {
"@type": "SearchAction",
"target": "https://gchq.github.io/CyberChef/?op={operation_search_term}",
"query-input": "required name=operation_search_term"
}
} }
] ]