This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Description
Offending HTML:
<HTML>
<HEAD>
<TITLE>strk's publications</TITLE>
<link rel="stylesheet"
href="style.css" type="text/css">
<link rel="openid2.provider" href="https://id.xxx.io/" />
<link rel="openid2.local_id" href="https://strk.xxx.io/openid/" />
</HEAD>
<BODY BGCOLOR="#FFFFFF">
The Auth_OpenID_Parse's parseLinkAttrs returns empty when passed that HTML.
Why not using DOM rather than regexps in that function ?