Editor or preview variants do not load
Editor or preview variants do not load Table of contents When does the error occur? If you access your website via the Varify.io Dashboard but the Varify.io Editor does not load, this is usually because the Varify.io script is not correctly integrated on your website, your website uses a content security policy or the necessary [...].
Content Security Policy (CSP) error in the console
Content Security Policy (CSP) Error in the Console Table of Contents What does Content Security Policy (CSP) mean? Websites can set up a Content Security Policy (CSP) by either setting the HTTP response header Content-Security-Policy or by using a meta tag with the attribute http-equiv="Content-Security-Policy" in the HTML. Instead of automatically trusting all content from the server, the CSP specifies which sources are considered [...].
Prevent endless loops in URL split tests
Avoid endless loops in url split tests Table of contents Short & sweet In certain cases, endless loops can occur in URL split tests. This can be easily prevented: Exclude the character string va-red= in page targeting. This ensures that no infinite loop is created. Exclude "va-red=" in page targeting To prevent an infinite loop from occurring during a redirect test, you can exclude the string [...]