Skip to content

URL for images

not sure this is an error but consider the following scenario

  • an end user used the WYSIWYG and adds images
  • those images already include the localhost:1337/uploads in the URL
  • that URL would need to be either proxied / modified to a safe URL in production

so ideally, the plugin would not expose the URL where Strapi is at, nor the actual port (i guess security concerns on my part)

are my concerns valid ?