Connection test
Connection Test is a webpage that helps you as a user to test whether traffic can flow freely between Mediaflow's servers and the browser you are using to visit or utilize Mediaflow's services. The purpose of Connection Test is to quickly identify obstacles that may block communication between users and Mediaflow's systems. If any of the tests fail, we know that traffic is being hindered in some way, for example, by settings in your company's firewall. If you discover that the tests report obstacles in the traffic, we recommend that you contact your IT responsible in your organization with that information so they can take action to remove these obstacles.
By visiting connectiontest.mediaflow.com, you can easily run the test and get more information about any potential traffic issues.
Content Security Policy (CSP) and Traffic Restrictions
Content Security Policy (CSP) is a standard for enhancing the security of webpages by restricting which resources a webpage is allowed to load. Despite its security benefits, CSP settings can sometimes create obstacles for traffic between the user's browser and Mediaflow's servers. This currently applies to our media player.
If your website uses CSP, you may need to configure it on the site to control which resources are allowed to load. This is not about network restrictions or firewall settings, but rather about how the browser handles content from external sources. If CSP is configured too strictly, important resources from Mediaflow may be blocked, which can lead to services not functioning as expected.
Below is an example of the code that may need to be added where the video player is embedded, for instance, on a webpage, intranet, or similar.
default-src 'unsafe-inline' mfstatic.com *.mediaflowpro.com *.mediaflow.com;
base-uri mfstatic.com;
img-src data: https://* android-webview-video-poster:;
media-src blob: *.mediaflow.com *.mediaflowpro.com mfstatic.com *.inviewer.se *.mediaflowcdn.com cdn0-70012-liveedge0.dna.ip-only.net cdn0-70012-liveedge0.dna.contentdelivery.net;
child-src blob:;
worker-src blob:;
form-action 'none';
frame-src mfstatic.com;
script-src 'report-sample' 'unsafe-inline' mfstatic.com;
style-src 'report-sample' 'unsafe-inline' mfstatic.com;
style-src-elem mfstatic.com;
object-src 'none';
font-src mfstatic.com fonts.gstatic.com;
connect-src mfstatic.com *.mediaflow.com *.mediaflowpro.com *.mediaflowcdn.com cdn0-70012-liveedge0.dna.ip-only.net cdn0-70012-liveedge0.dna.contentdelivery.net;
frame-ancestors https://* http://*;