Mathjax: [IMPORTANT] cdn.mathjax.org end-of-life April 30, 2017 | Basic redirect in place | Alternatives available

Created on 31 Mar 2017  路  8Comments  路  Source: mathjax/MathJax

We would like to alert you to the fact that the MathJax CDN hosted at cdn.mathjax.org will be shutting down on April 30, 2017.

Please check the full announcement on our website at https://www.mathjax.org/cdn-shutting-down/ for alternatives, including other free CDN services.

Most helpful comment

That is really sad news. What will happen after the CDN is shut down? 404?

I imagine there must be millions of web pages using the original CDN, and we are only given one month to fix them. Although I fully understand the situation, but that seems to be fairly short notice... Is it possible to do a 301 or 302 redirect before you completely shut it down? For example, from https://cdn.mathjax.org/mathjax/* to https://cdnjs.cloudflare.com/ajax/libs/mathjax/*? Thanks!

All 8 comments

Quick guide from our announcement:

The easiest way for most site owners will be to simply switch to another CDN provider. We recommend cdnjs which uses CloudFlare for delivery and thus provides the same level of quality as our own CDN.

Our documentation page on installing MathJax explains how to install MathJax locally.

That is really sad news. What will happen after the CDN is shut down? 404?

I imagine there must be millions of web pages using the original CDN, and we are only given one month to fix them. Although I fully understand the situation, but that seems to be fairly short notice... Is it possible to do a 301 or 302 redirect before you completely shut it down? For example, from https://cdn.mathjax.org/mathjax/* to https://cdnjs.cloudflare.com/ajax/libs/mathjax/*? Thanks!

Thanks for the comment. We are looking into stopgap measures.

REMINDER&UPDATE: cdn.mathjax.org is closing down April 30, 2017.

News: we'll add a stopgap on May 1!

Check https://www.mathjax.org/cdn-shutting-down/ for other minor updates and clarifications.

We noticed you have a few hardcoded references to cdn.mathjax.org in the v2.7.0 script. Can you confirm how these are used and if they'll be an issue after 4/30/17?

We noticed you have a few hardcoded references to cdn.mathjax.org in the v2.7.0 script. Can you confirm how these are used and if they'll be an issue after 4/30/17?

There are basically two references right now.

  • in a redirect from cdn.mathjax.org/mathjax/latest to cdn.mathjax.org/mathjax/n.M-latest

    • this does not have an effect except when MathJax is loaded from cdn.mathjax.org.

  • The definition of the [Contrib] path to cdn.mathjax.org/mathjax/contrib

    • this is used in the mhchem extension (to load mhchem v3) as well as the combined configuration files to load the accessibility-menu extension.

The contrib path can be overwritten in the configuration to point to another location so you can host any third party extension you use yourself and change contrib, cf. http://docs.mathjax.org/en/latest/options/ThirdParty.html#custom-extension-path-configuration

However, we will make a 2.7.1 bug fix release before April 30 to remove those references and provide a self-sufficient copy (which will include mhchem v3 and the accessibility extensions).

We also plan to keep cdn.mathjax.org/mathjax/contrib alive for a while longer (alongside the redirect).

I think we can close this now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mikkorantalainen picture mikkorantalainen  路  42Comments

adamwulf picture adamwulf  路  7Comments

slymz picture slymz  路  33Comments

albertodiazdorado picture albertodiazdorado  路  6Comments

Manishearth picture Manishearth  路  36Comments