Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IE11 issue in enhanced security mode on TerminalServer. #631

Merged
merged 1 commit into from
Nov 11, 2016

Conversation

dhirtzbruch
Copy link
Contributor

The howler initialization fails and breaks the whole site`s script, in IE11 on Windows Server 2008 R2 in enhanced security mode (error message: "not implemented").
To reproduce the problem, it is enough to open a website including the howler script; even if it is not used / called anywhere.
I was not able to check the implementation by using any detection method:

  • !!document.createElement('audio').canPlayType equals true (recommended here),
  • typeof Audio equals function

The engine then crashes on executing new Audio().

@fpauser
Copy link

fpauser commented Nov 11, 2016

Please merge this one really soon! All apps using Howler.js that are executed on a Windows Server with enhanced security configuration break!

Details regarding Enhanced Security Configuration:
https://technet.microsoft.com/en-us/library/dd883248(v=ws.10).aspx

@goldfire
Copy link
Owner

This PR was made to the distribution file rather than the source. I've cleaned it up and committed it in ec91a63.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants