Im tryong to embed this url into one of my cms pages, but getting
"this website redrected you too many times"
https://www.best4workwear.com/
I had it working on an old version and have tried with tinymce, cke editor etc, but nothing
anyone help please
https://prnt.sc/i0a_AjaO9pqM
Hello!
Please try to add the domain where your installation embedded into the following parameters:
'cors_allowlist' => [], // CORS enabled domains, e.g. ['domain1.com', 'domain2.com']
'csp_frame_ancestors' => [], // The HTTP Content-Security-Policy (CSP) frame-ancestors directive specifies valid parents that may embed a page using ,
into the config.local.php file.
I hope it will help you.