[web-nfc] new commits pushed by alexshalamov

The following commits were just pushed by alexshalamov to 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:

exact match or web_nfc_id.host.endsWith("." + pattern.host)
  by Alexander Shalamov
https://github.com/w3c/web-nfc/commit/0c1a3f9d89daf39cfa81e2fd951a48a1fd038f9d

* Merge pull request #130 from alexshalamov/strict_subdomain_matching

Make stricter URL pattern's host matching rule
  by Alexander Shalamov
https://github.com/w3c/web-nfc/commit/f0f28c7e29ebf6690627657a6d989afd352f1b23

Received on Wednesday, 7 June 2017 13:00:47 UTC