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
When I'm uploading an image with the WYSIWYG-editor for the category description, the image is uploaded - and its' path which is used in the src-attribute of img-tag to the admin directory (domain.com/admin_veuCvtf/...).
I assume it has to be located in pub/media./.. directory. Otherwise the name of the backend login is disclosed.
Expected result
The uploaded image is located in /pub/media/... directory.
Actual result
In the img-src-tag the file is located in domain.com/admin_veuCvtf/.. directory.
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
When I'm uploading an image with the WYSIWYG-editor for the category description, the image is uploaded - and its' path which is used in the src-attribute of img-tag to the admin directory (domain.com/admin_veuCvtf/...).
I assume it has to be located in pub/media./.. directory. Otherwise the name of the backend login is disclosed.
Expected result
The uploaded image is located in /pub/media/... directory.
Actual result
In the img-src-tag the file is located in domain.com/admin_veuCvtf/.. directory.
The text was updated successfully, but these errors were encountered: