Fork me on GitHub
#ring
<
2018-02-02
>
zalky20:02:45

Hi all, I've been using ring-defaults with the default settings and have added some links to a third party resources:

[:link {:href        ""
        :integrity   "sha512-..."
        :crossorigin ""}]
[:link {:src         ""
        :integrity   "sha512-..."
        :crossorigin ""}]
The end result is that the js request goes through, but the css doesn't. I would have thought that neither would work without some CORS middleware, like https://github.com/r0man/ring-cors. What I'm missing?

zalky21:02:52

Ah, nm, misunderstood how CORS works, got some clarification.