You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

BookingCenter's BookingEngine has a Content Security Policy (CSP) in place for security purposes.  This is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross-Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft, to site defacement, to malware distribution.

In most cases, you will have code set as an inline script. Inline Scripts are blocked by default with our content security policy.

Sample code of an inline script:

<script>
        yourCode();
</script>

Note that any third party tracking system such as Sojern, or any marketing company will need to be approved by BookingCenter.

Our current approved list of vendors:

BookingCenter requires that an MSO 'Premium Marketing contract' is in place in order for this to work. Go to: http://www.BookingCenter.com/contact.html to request the service or call us at +1-707-874-3922 ext 201.




  • No labels