If you are having problems playing mp4 videos, add a line to the .htaccess file.
To add a line to the .htaccess file:
- Open the following file:
Windows: C:\xampp\htdocs\.htaccess
Linux: /var/www/html/.htaccess
Add the following line:
Header set Content-Security-Policy: "default-src 'self' *.live.com *.wasabisys.com *.googleapis.com *.cloudian.com.com; style-src 'unsafe-inline' 'self';script-src 'unsafe-inline' 'unsafe-eval' 'self';font-src 'self' data:;img-src 'self' *.live.com data: *.duosecurity.com *.wasabisys.com *.googleapis.com *.cloudian.com"