Fork me on GitHub
#pedestal
<
2017-05-10
>
johnj01:05:34

@souenzzo Ok, I asked because saw that ring-core is a dependency of pedestal. Async aside, what do you like more about pedestal? interceptors?

souenzzo11:05:30

lockdown-: pedestal's way of think about request/response cycle.... https://www.youtube.com/watch?v=9L5NrCciSDU 😉

jimmy08:05:12

@mike1452 The problem is the default CSP policy is too strict.

jimmy08:05:51

this should solve your problem 🙂

mike_ananev08:05:50

@nxqd thanks. I will try the solution ::http/secure-headers {:content-security-policy-settings {:object-src "none"}

souenzzo15:05:33

any reason to pedestal deref handler functions? I'm using #{["/foo" [interceptor #'my-ns/handler]]}