Skip to content

unioning overlapping host-sources #200

@snehanie

Description

@snehanie

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions