Clean up inlineScriptNonce definition

This commit is contained in:
Ben Croker 2023-05-02 18:11:53 -05:00 committed by GitHub
parent 5e170e9877
commit f83ad9d071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1507,7 +1507,7 @@ listed below:
| `htmx.config.settlingClass` | defaults to `htmx-settling` |
| `htmx.config.swappingClass` | defaults to `htmx-swapping` |
| `htmx.config.allowEval` | defaults to `true` |
| `htmx.config.inlineScriptNonce` | default to '', no nonce will be added to inline scripts |
| `htmx.config.inlineScriptNonce` | defaults to `''`, meaning that no nonce will be added to inline scripts |
| `htmx.config.useTemplateFragments` | defaults to `false`, HTML template tags for parsing content from the server (not IE11 compatible!) |
| `htmx.config.wsReconnectDelay` | defaults to `full-jitter` |
| `htmx.config.disableSelector` | defaults to `[disable-htmx], [data-disable-htmx]`, htmx will not process elements with this attribute on it or a parent |