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

Player does not work in IE #1

Open
elhaix opened this issue Aug 28, 2013 · 2 comments
Open

Player does not work in IE #1

elhaix opened this issue Aug 28, 2013 · 2 comments

Comments

@elhaix
Copy link

elhaix commented Aug 28, 2013

The following error is seen when using the plugin in IE:

CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
fontawesome-webfont.ttf

Running on IIS, and adding the following to web.config did not fix the problem:

system.webServer>
httpProtocol>
customHeaders>
add name="Access-Control-Allow-Origin" value="*" />
add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS" />
add name="Access-Control-Allow-Headers" value="Content-Type" />
/customHeaders>
/httpProtocol>
/system.webServer>

One suggested solution is to add the mime type to IIS. However this webfont should be removed all together to make it better platform-agnostic.

@zpvs
Copy link
Owner

zpvs commented Aug 28, 2013

This problem is known. Soon to be updated where you can choose to use the web fonts or icons buttons.

@elhaix
Copy link
Author

elhaix commented Aug 28, 2013

Are you addressing the other issues posted here: https://forum.videolan.org/viewtopic.php?f=16&t=113272 ?

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

No branches or pull requests

2 participants