You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I've put this effective directive inside apache, but looks like not enough for the feature.
<LocationMatch "^/matomo/(config|core|tmp|lang|.git)">
Require all denied
</LocationMatch>
In my opinion private directories shouldn't served by apache. So, for a next software's refactoring (v.5.x), I suggest to distribute public files and assets directories inside their own /public directory.
Findus23
added
duplicate
For issues that already existed in our issue tracker and were reported previously.
and removed
Enhancement
For new feature suggestions that for example enhance Matomo's cabapilities..
labels
Oct 5, 2022
The security check feature called Required (and Recomended) private directories" is now generating about 15 open issues on github if we exlude closed issues.
For example, I've put this effective directive inside apache, but looks like not enough for the feature.
In my opinion private directories shouldn't served by apache. So, for a next software's refactoring (v.5.x), I suggest to distribute public files and assets directories inside their own
/public
directory.Suggesting to bypass the security checks, is a needed fast shortcut, but unreliable long term solution.
Target Environment
The text was updated successfully, but these errors were encountered: