Add title to SockJS iFrames for accessibility compliance
Closes gh-29594
This commit is contained in:
parent
6d2a25b877
commit
650875468c
|
@ -620,6 +620,7 @@ public abstract class AbstractSockJsService implements SockJsService, CorsConfig
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>SocketJS iframe</title>
|
||||||
<script>
|
<script>
|
||||||
document.domain = document.domain;
|
document.domain = document.domain;
|
||||||
_sockjs_onload = function(){SockJS.bootstrap_iframe();};
|
_sockjs_onload = function(){SockJS.bootstrap_iframe();};
|
||||||
|
|
Loading…
Reference in New Issue