nonce === null) { $this->nonce = ''; if (version_compare(Version::VERSION, '2.12.0', '>=') && Icinga::app()->isWeb()) { $this->nonce = Csp::getStyleNonce() ?? ''; } } return parent::getNonce(); } }