sympy / sympy-live

The source for the code at live.sympy.org
https://live.sympy.org
Other
115 stars 65 forks source link

Update MathJax version #193

Closed donno2048 closed 3 years ago

donno2048 commented 3 years ago

This change will make it impossible to use the XSS from #192

asmeurer commented 3 years ago

Thanks. We should actually update to mathjax 3 at some point as well.

I'm not sure if this will auto-deploy (I can't remember if we had it set up for Live). If it doesn't deploy let me know and I will do it manually.

donno2048 commented 3 years ago

I'm not sure if this will auto-deploy (I can't remember if we had it set up for Live). If it doesn't deploy let me know and I will do it manually.

The website is still using the old version...

asmeurer commented 3 years ago

OK, you have to make a release for the auto-deploy to work. I just did that.

donno2048 commented 3 years ago

OK, you have to make a release for the auto-deploy to work. I just did that.

Weirdly I still see that:

$ curl -s https://live.sympy.org/ | grep MathJax.js
    <script async type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_CHTML-full"></script>
asmeurer commented 3 years ago

The deploy failed https://travis-ci.org/github/sympy/sympy-live/builds/774721074. I think it might be an authentication issue, but I'm not sure. @aktech do you have any thoughts?

aktech commented 3 years ago

Yeah, potentially or maybe gcloud version issue. I'll take a look.

donno2048 commented 2 years ago

OK, you have to make a release for the auto-deploy to work. I just did that.

Weirdly I still see that:

$ curl -s https://live.sympy.org/ | grep MathJax.js
    <script async type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_CHTML-full"></script>

Seems like the two last builds failed