19 lines
301 B
YAML
19 lines
301 B
YAML
name: NonceGenerator
|
|
class_comment: '# * Generates Content-Security-Policy nonce.
|
|
|
|
# *
|
|
|
|
# * @author Romain Neutron <imprec@gmail.com>
|
|
|
|
# *
|
|
|
|
# * @internal'
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: generate
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits: []
|
|
interfaces: []
|