You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/11/08 09:42:01 UTC

[jira] [Commented] (OPENMEETINGS-1747) OM is inaccessible in Edge browser

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243609#comment-16243609 ] 

ASF subversion and git services commented on OPENMEETINGS-1747:
---------------------------------------------------------------

Commit 1ec81a934b5d99a79d815e8f9ac9314227e75a1d in openmeetings's branch refs/heads/4.0.x from [~solomax]
[ https://git-wip-us.apache.org/repos/asf?p=openmeetings.git;h=1ec81a9 ]

[OPENMEETINGS-1747] Content-Security-Policy for Edge should be fixed


> OM is inaccessible in Edge browser
> ----------------------------------
>
>                 Key: OPENMEETINGS-1747
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1747
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: HTML5
>    Affects Versions: 4.0.0
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>            Priority: Blocker
>             Fix For: 4.0.1
>
>
> OM is inaccessible in Edge browser due to weird processing of 
> Content-Security-Policy by Edge browser:
> connect-src cannot be specified with default port i.e.
> This is wrong for Edge
> wss://some.secure.site:443;
> ws://some.insecure.site:80;
> This is OK:
> wss://some.secure.site;
> ws://some.insecure.site;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)