-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue 50 - Use Video.js CDN instead of keep old version #52
Conversation
6e4083b
to
50c4176
Compare
da64d80
to
077cd9b
Compare
@@ -30,6 +30,7 @@ | |||
<tal:notajax tal:condition="python:not ajax_load or ajax_include_head"> | |||
<div tal:replace="structure provider:plone.htmlhead" /> | |||
<link tal:replace="structure provider:plone.htmlhead.links" /> | |||
<link href="//vjs.zencdn.net/5.8/video-js.min.css" rel="stylesheet"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hvelarde @rodfersou There'll be interesting to implement here?
https://blog.cloudflare.com/an-introduction-to-javascript-based-ddos/
https://hacks.mozilla.org/2015/09/subresource-integrity-in-firefox-43/
@cleberjsantos awesome! do you want to work on that on a new branch? |
@hvelarde 👍 Yes ;) |
@cleberjsantos I added #55 feel free to work on branch |
@hvelarde Nice, tks. |
I just don't know if these new attributes of |
@rodfersou @hvelarde Hmm, then let's test :) but I believe that not we'll have problems, see w3c (W3C Candidate Recommendation 13 November 2015) https://w3c.github.io/webappsec-subresource-integrity/ |
I don't see any issue with accessibility; if one arises we will fix it later. |
closes #50