[web-nfc] Pull Request: Make stricter URL pattern's host matching rule

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