webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
captions-with-access-control-headers.php File Reference

Variables

 $origin = $_GET["origin"]
 
 $credentials = $_GET["credentials"]
 
if( $origin) header("Access-Control-Allow-Origin ( $credentials) header("Access-Control-Allow-Credentials $name = 'captions.vtt'
 
 $fp = fopen($name, 'rb')
 
 exit
 

Variable Documentation

◆ $credentials

$credentials = $_GET["credentials"]

◆ $fp

$fp = fopen($name, 'rb')

◆ $name

if ($origin) header("Access-Control-Allow-Origin ( $credentials) header("Access-Control-Allow-Credentials $name = 'captions.vtt'

◆ $origin

$origin = $_GET["origin"]

◆ exit

exit