Skip to content
Discussion options

You must be logged in to vote

view-source:https://kwonvitallab.github.io/


I think what is happening is that Jekyll Spaceship is auto-including MathJax and a polyfill. The MathJax version it's using is old. The polyfill is unnecessary because it is there for backwards compatibility with very very old browsers that almost no one uses, and that moreover the template doesn't support.

And it looks like polyfill.io has just recently started maliciously showing the login popup and has had security incidents in the past.

Can you try adding the following to your _config.yaml file to try to upgrade the MathJax version and exclude the polyfill:

jekyll-spaceship:
  mathjax-processor:
    src:
      - https://cdn.jsdelivr.net/np…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@hyeokhyen
Comment options

Answer selected by hyeokhyen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants