Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 9b485ef

Browse files
Update head-script arbitrary attributes documentation
1 parent dfe754b commit 9b485ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/helpers/head-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `HeadScript` helper is a concrete implementation of the
8686
> ### Arbitrary Attributes are Disabled by Default
8787
>
8888
> By default, `HeadScript` only will render `<script>` attributes that are blessed by the W3C.
89-
> These include `type`, `charset`, `defer`, `language`, and `src`. However, some JavaScript
89+
> These include `charset`, `crossorigin`, `defer`, `integrity`, `language`, `src`, and `type`. However, some JavaScript
9090
> frameworks, notably [Dojo](http://www.dojotoolkit.org/), utilize custom attributes in order to
9191
> modify behavior. To allow such attributes, you can enable them via the
9292
> `setAllowArbitraryAttributes()` method:

0 commit comments

Comments
 (0)