Fork me on GitHub
#luminus
<
2017-09-28
>
yogthos00:09:18

the one I listed is what's in ring-defaults by default, and you'd need to change that

yogthos00:09:32

or at least I did in my case

yogthos00:09:52

and I haven't tried frame-ancestors, for my app it's being consumed on the intranet from ie11, so I haven't tested against other browsers

puzzler05:09:44

Why are these lines in the home.html template, but the corresponding files are not in the assets directory?:

puzzler05:09:46

{% style "/assets/bootstrap/css/bootstrap.min.css" %} {% style "/assets/font-awesome/css/font-awesome.min.css" %}

yogthos16:09:19

because those are pulled from http://webjars.org dependencies using the ring-webjars middleware https://github.com/weavejester/ring-webjars