oyvindkinsey / easyXDM

A javascript library providing cross-browser, cross-site messaging/method invocation.

Home Page:http://easyxdm.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When specifying ACL using simple wildcard expression (not regexp) dot matches any character

algirdasrascius opened this issue · comments

If ACL is specified using simple wildcard expression (not regexp starting with "^") dot character matches any character.

For example if ACL expression is "http://www.domain.com", domain "http://wwwXdomain.com" is incorrectly considered as matching.

Fixed in pull request #260