mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"name": "OpenID",
|
|
"author": "Caleb Anderson",
|
|
"version": "0.1",
|
|
"description": "openid detection",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"name": "openid",
|
|
"regexp": "(?i-mx:<link [^>]*rel=['\"](openid\\.server|openid\\.delegate)['\"][^>]*>)"
|
|
}
|
|
]
|
|
}
|