mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 13:53:26 +00:00
Workaround for Safari load bug
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user