User tests: Successful: Unsuccessful:
Corrects reporting URL when Joomla is installed in a path containing /administrator
.
Install Joomla in path containing /administrator
. E.g. localhost/administrator-site
.
Enable CSP reporting.
Check the report-uri
value of content-security-policy-report-only
header.
report-uri http://localhost-site/index.php?option=com_csp&task=report.log&client=administrator
report-uri http://localhost/administrator-site/index.php?option=com_csp&task=report.log&client=administrator
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Why do you want to change this? The intention was to have that log method only in the frontend.
Joomla\CMS\Uri\Uri::root()
does point to frontend.
Ah, ok sorry got confused :-D
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-08 23:36:44 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|
Thanks!
Why do you want to change this? The intention was to have that log method only in the frontend.