bridgetown.automation.rb in bridgetown-content-security-policy-1.2.0 vs bridgetown.automation.rb in bridgetown-content-security-policy-2.0.0

- old
+ new

@@ -34,8 +34,9 @@ # policy.style_src :self, :https # end RUBY end -say_status :content_security_policy, "All done! Please add {% content_security_policy %} to the head tag in your layouts." -say_status :content_security_policy, "Please see the new content_security_policy.rb file for details" +say_status :content_security_policy, "All done! Add `init :\"bridgetown-content-security-policy\"` to your `config/initializers.rb`" +say_status :content_security_policy, "Add <% content_security_policy %> to the head tag in your layouts to render the CSP." +say_status :content_security_policy, "See the new content_security_policy.rb file for details" say_status :content_security_policy, "More info available at: https://github.com/ayushn21/bridgetown-content-security-policy" \ No newline at end of file