File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -298,10 +298,10 @@ class Client:
298298 should be sent to the client
299299 - "response_code" is the HTTP response code to send to the client
300300 - "translator" is TranslationService instance
301- - "client-nonce " is a unique value for this client connection. Can be
302- used as a nonce for CSP headers and to sign javascript code
303- presented to the browser. This is different from the CSRF nonces
304- and can not be used for anti-csrf measures.
301+ - "clientnonce " is a unique value for this client connection. Can be
302+ used as a nonce for CSP headers and to sign javascript code
303+ presented to the browser. This is different from the CSRF nonces
304+ and can not be used for anti-csrf measures.
305305
306306 During the processing of a request, the following attributes are used:
307307
You can’t perform that action at this time.
0 commit comments