private-face / jquery.fullscreen

jQuery plugin for opening page elements in fullscreen mode.
MIT License
148 stars 83 forks source link

requestFullscreen() is deprecated on insecure origins #33

Closed Antafes closed 7 years ago

Antafes commented 9 years ago

The method requestFullscreen() is deprecated as of Chrome 44 the following warning appears using the fullscreen feature on a non-HTTPS page.

requestFullscreen() is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.

platedodev commented 8 years ago

You need SSL.

private-face commented 7 years ago

@friend8 Looks like Fullscreen was excluded from this proposal (check the document you referred to). API available and works on insecure origins in Chrome 55 without any warning.

But @platedodev is right, you do need SSL. You can grab a free certificate for your site at Let's Encrypt.