Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2492
Closed
Open
Issue created Aug 07, 2020 by Administrator@rootContributor

amscd: mime type mismatch

Created by: bdtc

Issue Summary

Using amscd results in a Firefox error and MathJax rendering stops.

Technical details:

Firefox 68.9.0esr

Supporting information:

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />

<script
         id="MathJax-script"
         src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
></script>

</head>
<body>

<p>
\begin{equation}
\begin{CD}
A @>a>> B\
@vvbv @vvcv\
C @>d>> D
\end{CD}
\end{equation}
</p>

</body>
</html>

Console error message:

The resource from “https://cdn.jsdelivr.net/npm/mathjax@3/es5/input/tex/extensions/amsCd.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).

The Learn More link points to:

[(https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options?utm_source=mozilla&utm_medium=firefox-console-errors&utm_campaign=default)]

Assignee
Assign to
Time tracking