We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d44052 commit 91905deCopy full SHA for 91905de
app/code/Magento/Csp/Model/Mode/ConfigManager.php
@@ -129,7 +129,7 @@ public function getConfigured(): ModeConfiguredInterface
129
130
return $this->modeConfiguredFactory->create([
131
'reportOnly' => (bool) $reportOnly,
132
- 'reportUri' => !empty($reportUri) ? (string) $reportUri : null,
+ 'reportUri' => !empty($reportUri) ? (string)$reportUri : null
133
]);
134
}
135
0 commit comments