Skip to content

Commit 7b3530b

Browse files
committed
Remove duplicate word
1 parent f117a41 commit 7b3530b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ scripting attacks, the inline ``<script>`` tags rendered by the ``importmap()``
10691069
function will likely violate that policy and will not be executed by the browser.
10701070

10711071
To allow these scripts to run without disabling the security provided by
1072-
the CSP, you can can generate a secure random string for every request (called
1072+
the CSP, you can generate a secure random string for every request (called
10731073
a *nonce*) and include it in the CSP header and in a ``nonce`` attribute on
10741074
the ``<script>`` tags.
10751075
The ``importmap()`` function accepts an optional second argument that can be

0 commit comments

Comments
 (0)