You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->logger->warning('For security reasons only only "report-issue" links in the guides.xml to a local page (starting with "/") or to one of these 3 plattforms are allowed: https://forge.typo3.org/ https://github.com/ https://gitlab.com/');
350
+
$this->logger->warning(
351
+
'For security reasons only "report-issue" links in the guides.xml
352
+
to a local page (starting with "/") or to one of these 4 platforms
353
+
are allowed: https://forge.typo3.org/ https://github.com/ https://gitlab.com/
354
+
https://bitbucket.org/'
355
+
);
347
356
return'';
348
357
}
349
358
@@ -372,10 +381,6 @@ public function getReportIssueLink(array $context): string
0 commit comments