Files
OneForAll-mirror/data/rules/wappalyzer/google font api.json
T
2020-07-29 00:02:06 +08:00

13 lines
304 B
JSON

{
"name": "Google Font API",
"website": "http://google.com/fonts",
"matches": [
{
"regexp": "<link[^>]* href=[^>]+fonts\\.(?:googleapis|google)\\.com"
},
{
"search": "script",
"regexp": "googleapis\\.com/.+webfont"
}
]
}