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 ae1076f commit 15ee7dcCopy full SHA for 15ee7dc
workbench/logout.php
@@ -17,7 +17,7 @@
17
18
if (isset($_SESSION['oauth']['serverUrlPrefix']) && !empty($_SESSION['oauth']['serverUrlPrefix'])) {
19
$redirectTime = 5000;
20
- $uiLogoutIFrame = "<iframe src='". $_SESSION['oauth']['serverUrlPrefix'] .
+ $uiLogoutIFrame = "<iframe src='". htmlspecialchars($_SESSION['oauth']['serverUrlPrefix']) .
21
"/secur/logout.jsp' width='0' height='0' style='display:none;'></iframe>\n";
22
}
23
} else {
0 commit comments