mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Merge pull request #2038 from GCHQDeveloper94872/Issue-2036-Safari-load-bug
This commit is contained in:
commit
06f1982acf
1 changed files with 21 additions and 18 deletions
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Add table
Add a link
Reference in a new issue