Unable to preview a guided tour when the glide.ui.escape_all_script property is set to falseDescriptionWhen having the glide.ui.escape_all_script property set to false, the targeted page uri is breaking because of an encoding issue.Customers who do not have the High Security plugin active are automatically affected, since they do not have the above property.Steps to Reproduce 1. Create a guided tour with the following url as its Context:com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=060f3afa3731300054b6a3549dbe5d3e(or just import the xml record which is attached to this PRB)2. Set the glide.ui.escape_all_script system property to false3. Open the guided tour record and click on 'Edit with Designer'4. Click on PreviewThe guided tour will be opened in a new tab, but an error message will appear: You are either not authorized or the cart item is invalidWorkaroundAs a workaround, replace the '&' characters in the guided tour Context value with '&'. Related Problem: PRB1456728