Content Security Policy (CSP) Support
Some websites may have additional security protections using a technology called Content Security Policy (CSP). You can read more about CSP if you are curious.
CSP-friendly installation
Olark is CSP friendly. You can find your Olark installation snippet in your account dashboard. Make sure to include the Olark install snippet in its own .js file.
One of the following directives will be required for Olark to work with CSP:
default-src 'self' *.olark.com; style-src 'unsafe-inline
OR
default-src 'none'; script-src *.olark.com; style-src 'unsafe-inline' *.olark.com; connect-src *.olark.com; font-src *.olark.com'; frame-src *.olark.com
Oops! Something went wrong while submitting the form.