Skip to content

Commit

Permalink
Add title to SockJS iFrames for accessibility compliance
Browse files Browse the repository at this point in the history
Closes gh-29594
  • Loading branch information
Aashay-Chapatwala authored and sbrannen committed Nov 28, 2022
1 parent 6d2a25b commit 6508754
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -620,6 +620,7 @@ private class IframeHandler implements SockJsRequestHandler {
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SocketJS iframe</title>
<script>
document.domain = document.domain;
_sockjs_onload = function(){SockJS.bootstrap_iframe();};
Expand Down

0 comments on commit 6508754

Please sign in to comment.