asanzdiego / markdownslides

MarkdownSlides is a Reveal.js and PDF slides generator from MARKDOWN files, that also generate HTML, EPUB and DOCX documents. The idea is that from a same MARKDOWN file we can get slides and books without worrying about style, just worrying about content.
GNU General Public License v3.0
139 stars 12 forks source link

HTTPS - Error con recursos externos #15

Closed cesarseoane closed 7 years ago

cesarseoane commented 7 years ago

Cuando se carga por HTTPS cualquiera de los documentos HTML, da un error:

Access to Font at 'http://lab.hakim.se/reveal-js//lib/font/league-gothic/league-gothic.ttf' from origin 'https://cesarseoane.bitbucket.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://cesarseoane.bitbucket.io' is therefore not allowed access.

El error se puede comprobar en: https://cesarseoane.bitbucket.io/4_PlacaBase/export/PlacaBase-reveal-online-slides.html

A primera vista parece que el único recurso que no se carga por https es http://lab.hakim.se/reveal-js//lib/font/league-gothic/league-gothic.ttf, pero habría que revisar que no ocurra también con otros recursos.