Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unioning overlapping host-sources #200

Open
snehanie opened this issue Jun 15, 2018 · 0 comments · May be fixed by #205
Open

unioning overlapping host-sources #200

snehanie opened this issue Jun 15, 2018 · 0 comments · May be fixed by #205
Assignees
Labels

Comments

@snehanie
Copy link

snehanie commented Jun 15, 2018

Hi,

For example,

CSP with following headers containg wildcards:

  1. default-src: http://*.atest.com 'self';
  2. default-src: http://b.c.atest.com 'self';
    union of this should result in
    default-src: http://*.atest.com 'self';

Support for the above problem, please.

@shekyan shekyan self-assigned this Jun 15, 2018
@snehanie snehanie changed the title CSP's with Regular Expression URI CSP's with Wild cards in URI Jun 15, 2018
@michaelficarra michaelficarra changed the title CSP's with Wild cards in URI unioning overlapping host-sources Jul 17, 2018
@shekyan shekyan added the bug label Aug 15, 2018
shekyan pushed a commit that referenced this issue Aug 15, 2018
shekyan pushed a commit that referenced this issue Aug 15, 2018
@shekyan shekyan linked a pull request Aug 15, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants