Workaround for Safari load bug
This commit is contained in:
parent
b2045e5bd8
commit
e4f4d9c1c5
@ -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",
|
||||||
@ -21,3 +22,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user