What is it? Knockout Secure Binding is a custom binding provider for Knockout. Why does it matter? The regular binding provider calls 1new Function , which throws an exception when you have a Content Security Policy that prohibits 1unsafe-eval . These security policies are mandatory in some circumstances, such as Chrome Web Apps. How does it work? At its core, KSB is two things: A parser that inte