Hi,
After updating from 4.0.2 to 4.0.3? I started noticing an issue where font-awesome icons were not loading. I also noticed the site is trying to load /content from my configured CDN url I use for images. So instead of https://pixelsrv.com/content/... it's trying to use https://i.pixelsrv.com/content/...
Settings -> External Services

Settings -> External Storage (SFTP)

The .htaccess file was updated just to see if that would resolve but it did not.
Maybe with the upgrade to 4 I didn't do something right?
For the CDN configuration
▶ Reproduction steps

📃 Error log message

After updating from 4.0.2 to 4.0.3? I started noticing an issue where font-awesome icons were not loading. I also noticed the site is trying to load /content from my configured CDN url I use for images. So instead of https://pixelsrv.com/content/... it's trying to use https://i.pixelsrv.com/content/...
Settings -> External Services

Settings -> External Storage (SFTP)

The .htaccess file was updated just to see if that would resolve but it did not.
Code:
# CORS header (avoids font rendering issues)(replace dev\.local with your domain\.com)
SetEnvIf Origin ^(https?://.+\.pixelsrv\.com(?::\d{1,5})?)$ CORS_ALLOW_ORIGIN=$1
Header append Access-Control-Allow-Origin %{CORS_ALLOW_ORIGIN}e env=CORS_ALLOW_ORIGIN
Header merge Vary "Origin"
Maybe with the upgrade to 4 I didn't do something right?
For the CDN configuration
▶ Reproduction steps
- Upgrade from 4.0.2 to 4.0.3
- Have CDN subdomain configured. (i.pixelsrv.com)

📃 Error log message
