Merge pull request #2038 from GCHQDeveloper94872/Issue-2036-Safari-load-bug

This commit is contained in:
a3957273 2025-05-12 15:04:14 +01:00 committed by GitHub
commit 06f1982acf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
}
} }
] ]