@@ -228,8 +228,7 @@ |
||
| 228 | 228 | } else { |
| 229 | 229 | $cspHeader = rtrim($cspHeader, ';') . "; {$this->getReportURIDirective()};"; |
| 230 | 230 | } |
| 231 | - } |
|
| 232 | - else { |
|
| 231 | + } else { |
|
| 233 | 232 | $cspHeader = $this->getReportURIDirective() . ';'; |
| 234 | 233 | } |
| 235 | 234 | // Add report-to directive. |