Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Access rules are not generated correctly if the scope is a full URL with wildcards as subdomain #26

Closed
ghost opened this issue Jul 7, 2015 · 0 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jul 7, 2015

given the following manifest.json

{
  "start_url": "http://www.domain.com",
  "scope": "http://*.domain.com"
}

The following invalid access rules are generated by the plugin hooks:

<access origin="http:///*" />
<allow-navigation href="http:///*" />
@ghost ghost added the bug label Jul 7, 2015
@ghost ghost added this to the release-0.1.2 milestone Jul 7, 2015
@ghost ghost closed this as completed Jul 7, 2015
This issue was closed.
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants