Skip to content

Commit

Permalink
Merge pull request #114 from marclave/marc/add-crossorigin-for-scalar
Browse files Browse the repository at this point in the history
fix: add crossorigin to scalar script tag
  • Loading branch information
marclave committed Apr 14, 2024
2 parents 9d697b2 + 878c604 commit 9454609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scalar/index.ts
Expand Up @@ -33,6 +33,6 @@ export const ScalarRender = (
cdn
? cdn
: `https://cdn.jsdelivr.net/npm/@scalar/api-reference@${version}/dist/browser/standalone.min.js`
}"></script>
}" crossorigin></script>
</body>
</html>`

0 comments on commit 9454609

Please sign in to comment.