Uploaded image for project: 'Openmeetings'
  1. Openmeetings
  2. OPENMEETINGS-1747

OM is inaccessible in Edge browser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 4.0.0
    • 4.0.1
    • UI
    • None

    Description

      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;

      Attachments

        Activity

          People

            solomax Maxim Solodovnik
            solomax Maxim Solodovnik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: