W3cubDocs

/DOM

HTMLElement.nonce

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The nonce property of the HTMLElement interface returns the cryptographic number used once that is used by Content Security Policy to determine whether a given fetch will be allowed to proceed.

In later implementations, elements that have a nonce attribute only expose it to scripts (and not to side-channels like CSS attribute selectors).

Syntax

var nonce = HTMLElement.nonce
HTMLElement.nonce = nonce

Value

A cryptographic nonce.

Specifications

Specification Status Comment
HTML Living Standard
The definition of 'nonce' in that specification.
Living Standard Initial definition.

Browser CompatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes ? ? ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes ? ? ? ? ?

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/nonce