CodeIgniter4
CodeIgniter4 copied to clipboard
Script-Src-Elem missing from CSP directives
Hello i was looking into this CSP feature more and more and i found out that codeigniter does not have this option inside the CSP file & config, can we get this into the master also please ?
https://github.com/codeigniter4/CodeIgniter4/blob/develop/system/HTTP/ContentSecurityPolicy.php#L701
just missing style-src-elem and in the App/config/CSP
CSP3 directives are not implemented in CI4. Ref https://forum.codeigniter.com/showthread.php?tid=88753