- From: Alexander Shalamov via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Jun 2017 11:10:32 +0000
- To: public-web-nfc@w3.org
alexshalamov has just submitted a new pull request for https://github.com/w3c/web-nfc: == Make stricter URL pattern's host matching rule == This PR makes URL pattern host matching rule stricter, so that, pattern.host is matched against web_nfc_id.host using following rule: `web_nfc_id.host == pattern.host || web_nfc_id.host.endsWith("." + pattern.host)` See https://github.com/w3c/web-nfc/pull/130
Received on Wednesday, 7 June 2017 11:10:39 UTC