| The matching rules from the WebResourcePermission implies:
1. their pattern values are String equivalent, or
2. this pattern is the path-prefix pattern "/*", or
3. this pattern is a path-prefix pattern (that is, it starts with "/" and ends
with "/*") and the argument pattern starts with the substring of this
pattern, minus its last 2 characters, and the next character of the
argument pattern, if there is one, is "/", or
4. this pattern is an extension pattern (that is, it starts with "*.") and the
argument pattern ends with this pattern, or
5. the reference pattern is the special default pattern, "/", which matches all
argument patterns.
|