strapdown icon indicating copy to clipboard operation
strapdown copied to clipboard

HTTPS CDN request

Open jolexa opened this issue 7 years ago • 4 comments

Hello, It would be grate to submit this to cdnjs or similar to get https support. The current github cdn does not support https urls.

Thanks for considering

jolexa avatar Apr 27 '17 02:04 jolexa

Hopefully this is useful (I'm not affiliated, etc.). You can use:

https://cdn.rawgit.com/arturadib/strapdown/gh-pages/v/0.2/strapdown.js

gregsadetsky avatar Jul 18 '17 21:07 gregsadetsky

Agree: this package looks great, but is useless to me without an HTTPS endpoint.

The suggested link by @gregsadetsky works to load most files, but only the themes listed in: https://github.com/arturadib/strapdown/tree/gh-pages/v/0.2/themes are supported.

ace0 avatar May 07 '18 21:05 ace0

The current github cdn does not support https urls.

GitHub Pages now supports HTTPS, but to make it work someone needs to fix the DNS records.

qgustavor avatar Jun 16 '18 23:06 qgustavor

Years have passed. This comment of mine is 2021.

Currently jsDelivr is the right CDN for that. You can use it now:

<script src="https://cdn.jsdelivr.net/gh/arturadib/strapdown@gh-pages/v/0.2/strapdown.min.js"></script>

Also, I have the following projects: https://github.com/fu-sen/strapdown.js

fu-sen avatar Mar 25 '21 03:03 fu-sen