How can I fix "unsafe cross-origin links" issue in Webflow when CMS content is uploaded through CSV files?

Published on
September 22, 2023

To fix the "unsafe cross-origin links" issue in Webflow when CMS content is uploaded through CSV files, follow these steps:

  1. Understand the issue: The "unsafe cross-origin links" issue occurs when the CMS content being imported from the CSV file contains URLs that are not considered safe by modern browsers. This issue can prevent the images, videos, or other media from being displayed on your website.

  2. Update your CSV file: Open the CSV file that you are using to import CMS content into Webflow. Review all the URLs in the file, especially those associated with media files. Ensure that these URLs are secure (https) and have the proper domain format.

  3. Adjust the CSV import settings: Before importing the CSV file into Webflow, make sure to select the appropriate settings in the CSV Import dialog box. Tick the "Secure media URLs" option to ensure that all imported media URLs are processed as secure.

  4. Import the CSV file: Once you have adjusted the necessary settings, import the CSV file into Webflow. The CMS will process the file, and you'll see a progress bar indicating the import status.

  5. Review the CMS content: After the CSV import process is complete, navigate to the CMS collection in Webflow. Take a thorough look at the content that was imported, specifically reviewing the media elements. Ensure that the cross-origin links issue has been resolved and that all media is displaying correctly.

  6. Re-publish your site: After confirming that the unsafe cross-origin links issue has been fixed, it's essential to republish your website to ensure that the changes are reflected live. Publish your site to your custom domain or the Webflow subdomain.

By following these steps, you should be able to fix the "unsafe cross-origin links" issue in Webflow when CMS content is uploaded through CSV files.

Additional questions related to this topic:

  • What are cross-origin links in Webflow?
  • How can I import CMS content in Webflow using CSV files?
  • Why are my images not displaying in Webflow CMS after CSV import?