Please activate JavaScript in your browser.
?
?
?
Pending
Pending
Hound
Hound is busy sniffing around...
Details
User tests:
Successful:
Unsuccessful:
Summary of Changes
Adds the new option Write headers to the configuration file
(source zero-24/plg_system_httpheader#6 )
restructure the plugin
cleaup xml, doc blocks and php code
Testing Instructions
Test Write headers to the configuration file
Install Joomla 4.0
apply this patch
go to the plugin config
enable the new option Write headers to the configuration file
save the plugin
check the content of the .htaccess | web.config file
change the static header configurations
save the plugin
check the .htaccess | web.config file
Test the CSP Component Integration
go to com_csp
enable the detect option
visit the backend and frontend
notice the collected reports
publish some of the reports
enable the auto mode from the options (keep it report only for now :D)
check the now generated csp header
enable the custom mode
configure a custom rule (adding script-src 'nonce-{nonce}' as minimum)
check that {nonce}
has been replaced by the actual nonce
Expected result
The static headers are written to the respective server config file
Actual result
This option does not exists
Documentation Changes Required
https://docs.joomla.org/J4.x:Http_Header_Management
zero-24
-
open
-
21 Apr 2019
zero-24
-
change
-
21 Apr 2019
joomla-cms-bot
-
change
-
21 Apr 2019
Category
⇒
Administration
com_csp
Language & Strings
Front End
Plugins
zero-24
-
change
-
21 Apr 2019
wilsonge
-
close
-
25 Jul 2019
wilsonge
-
merge
-
25 Jul 2019
wilsonge
-
change
-
25 Jul 2019
Status
Pending
⇒
Fixed in Code Base
Closed_Date
0000-00-00 00:00:00
⇒
2019-07-25 06:39:48
Closed_By
⇒
wilsonge
Add a Comment
Login with GitHub to post a comment
@wilsonge I would like to add yet another feature that sets the
frame-ancestors
directive when enabled can you give me a status how do you want to handle this PR?