Take the community feedback survey now.

Daniel Ovaska
Mar 5, 2021
  1876
(2 votes)

What countries does your site leak data to?

A modern website built using your favorite Episerver CMS has a lot of external script resources that are being fetched from all around the world. This is both a good and a bad thing. You can get a lot of value from tools such as google analytics, hotjar, google translate etc but since you are running this scripts in the users browser you are also potentially leaking user information to these companies. This might be an issue in these GDPR times. 

An easy way to check where you are getting your scripts from is to copy / paste this little script into your google chrome browser console:

https://github.com/tomper00/privacy-test-your-site/blob/main/scan-site.js
(Kudos to Tomas Persson for the script)

This will give you information similar to this for a common swedish site:

So what information are you sending to the US? Probably more than you think...

Happy coding! Stay safe!

Daniel Ovaska
Binary True AB

Mar 05, 2021

Comments

Please login to comment.
Latest blogs
New Opal Certifications Are Live and Free!

We’ve got some exciting news to share: two brand-new Opal certifications are now available and they’re completely free. Whether you’re already...

Satata Satez | Sep 10, 2025

Going Headless: On-Page Editing with Optimizely Graph and Next.js

Introduction On-page editing is one of the standout features of Optimizely CMS, giving editors the power to update content directly on the site as...

Michał Mitas | Sep 10, 2025

Dynamic CSP Management for Headless and Hybrid Optimizely CMS with Next.js

In the evolving realm of web security, Content Security Policy (CSP) is essential for defending against XSS and injection attacks. Traditional...

Minesh Shah (Netcel) | Sep 8, 2025

Create a Simple home page in Optimizely CMS

  Introduction In this blog post, I will walk you through a step by step process to create a very basic home page on a Optimizley CMS Empty site....

Ratish | Sep 7, 2025 |