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
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
The external sites app shouldn't cause a security warning when custom icons have been copied to the ./apps/external/img directory and have been assigned to external site links. Additional icons in that directory should be excluded from the security check or the app should be extended to load icons from a different location which is not checked by the security function.
Actual behaviour
The external sites app causes a security warning when custom icons are copied to the ./apps/external/img directory and assigned to an external site link.
Steps to reproduce
Copy a new icon file to the directory ./apps/external/img
Open Administration -> Additional settings -> External sites
Assign a new icon to an external site link.
Install a new app etc. so that a complete security check is forced. (unfortunately I don't know if it's possible to force a check from the command line.
A security warning is shown because an unknown file was found in the directory:
Server configuration
Operating system: Linux 3.2.82
Web server: Apache2 2.4.23
Database: MariaDB 5.5.53
PHP version: 5.6.23
Nextcloud version: 10.0.2
Client configuration
Browser: Firefox 50.0.2
Operating system: Windows 7
Logs
No errors have been logged
The text was updated successfully, but these errors were encountered:
A possible solution would be to allow to choose an image from a location outside the official directory tree and store in the the database, similar as it is done for contacts pictures and avatars.
Affected apps
The external sites app
Expected behaviour
The external sites app shouldn't cause a security warning when custom icons have been copied to the
./apps/external/img
directory and have been assigned to external site links. Additional icons in that directory should be excluded from the security check or the app should be extended to load icons from a different location which is not checked by the security function.Actual behaviour
The external sites app causes a security warning when custom icons are copied to the
./apps/external/img
directory and assigned to an external site link.Steps to reproduce
Server configuration
Operating system: Linux 3.2.82
Web server: Apache2 2.4.23
Database: MariaDB 5.5.53
PHP version: 5.6.23
Nextcloud version: 10.0.2
Client configuration
Browser: Firefox 50.0.2
Operating system: Windows 7
Logs
No errors have been logged
The text was updated successfully, but these errors were encountered: