oTranscribe / oTranscribe

A free & open tool for transcribing audio interviews

Home Page:oTranscribe.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`[Deprecation] Use of the Application Cache is deprecated on insecure origins.`

pietrop opened this issue · comments

When opening oTranscribe I get the following notice in the console.

Pasting it here in case you have not noticed it yet.

[Deprecation] Use of the Application Cache is deprecated on insecure origins. 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.
otranscribe.com/:1 Document was loaded from Application Cache with manifest http://otranscribe.com/manifest.appcache
otranscribe.com/:1 Application Cache Checking event
otranscribe.com/:1 Application Cache NoUpdate event
jakecache.js:102 JakeCache installation failed:  DOMException: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV).

I am assuming it has something to do with switching to https. if that is the case, I think github now supports https, see here for more info

Hope this helps.

Last time I checked, it wasn’t possible to enable SSL for custom domains. So oTranscribe.github.io could be served over SSL, but oTranscribe.com wouldn’t.

If anyone knows how to achieve it, I would be more than happy to enable SSL!

SSL is enabled now, so this can probably be closed?