home_controller_spec.rb revision 7c7a19761235efff584ee65a1c6dc4aa1735ff64
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenrequire 'spec_helper'
e015e2f7e7f48874495f9df8b0dd192b7ffcb5ccTimo Sirainen subject{ response.headers["Content-Security-Policy-Report-Only"] }
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen it{ should include "style-src 'self' 'unsafe-inline';" }