Document nonce option in stylesheet_link_tag api documentation

This commit is contained in:
Akhil G Krishnan 2024-01-06 23:43:06 +05:30
parent ecb1d668bd
commit 84840fbedb

@ -166,6 +166,8 @@ def javascript_include_tag(*sources)
# that path.
# * <tt>:skip_pipeline</tt> - This option is used to bypass the asset pipeline
# when it is set to true.
# * <tt>:nonce</tt> - When set to true, adds an automatic nonce value if
# you have Content Security Policy enabled.
#
# ==== Examples
#