CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Script-Src-Elem missing from CSP directives

Open crustamet opened this issue 2 years ago • 2 comments

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 ?

image

https://github.com/codeigniter4/CodeIgniter4/blob/develop/system/HTTP/ContentSecurityPolicy.php#L701

just missing style-src-elem and in the App/config/CSP

crustamet avatar Dec 03 '23 09:12 crustamet

CSP3 directives are not implemented in CI4. Ref https://forum.codeigniter.com/showthread.php?tid=88753

kenjis avatar Dec 03 '23 10:12 kenjis