mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
CSP: Support IDNs in connect-src
This commit is contained in:
parent
7de286b67c
commit
ee67abc801
6 changed files with 135 additions and 2 deletions
|
|
@ -204,6 +204,8 @@ TEST(CSPParser, Directives)
|
|||
{
|
||||
static const PolicyTest policies[] =
|
||||
{
|
||||
{ "connect-src xn--mnchen-3ya.de",
|
||||
"connect-src http://xn--mnchen-3ya.de"},
|
||||
{ "default-src http://www.example.com",
|
||||
"default-src http://www.example.com" },
|
||||
{ "script-src http://www.example.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue