the issue:
in some cases, browsers, for example, Safari, will not pass $_SERVER['HTTP_REFERER'] and then the fallback would be 'http://www.kaltura.com/'. If a customer is using an ACP where certain domains are allowed (excluding kaltura.com) and the browser did not pass the HTTP_REFERER, then the player will display an error.
solution:
pass parentDomain as uiconf var to server side with value of document.URL and use it as an alternative when the server side is getting the referer.
the issue: in some cases, browsers, for example, Safari, will not pass $_SERVER['HTTP_REFERER'] and then the fallback would be 'http://www.kaltura.com/'. If a customer is using an ACP where certain domains are allowed (excluding kaltura.com) and the browser did not pass the HTTP_REFERER, then the player will display an error.
solution: pass parentDomain as uiconf var to server side with value of document.URL and use it as an alternative when the server side is getting the referer.
Solves FEC-12322