Hi,
For example,
CSP with following headers containg wildcards:
- default-src: http://*.atest.com 'self';
- 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.
Hi,
For example,
CSP with following headers containg wildcards:
union of this should result in
default-src: http://*.atest.com 'self';
Support for the above problem, please.