DataObjectManager icon indicating copy to clipboard operation
DataObjectManager copied to clipboard

FLV.php's "Player"-method: allowscriptaccess

Open adrian205cm opened this issue 14 years ago • 0 comments

allowscriptaccess is currently always being set to "true" (on line #251).

Quote from Adobe.com: The AllowScriptAccess parameter can have one of three possible values: "always," "sameDomain," or "never:"

Thus, "true" is invalid. I suggest changing this to "sameDomain" by default. I don't have Git installed, otherwise I'd do it myself and not bother you with it. Sorry ;)

adrian205cm avatar Aug 12 '11 12:08 adrian205cm