Skip to content

Commit

Permalink
Add links.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed May 7, 2024
1 parent aba062a commit 8e1cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ document.body.innerText = ASN1.decode(Hex.decode('06032B6570')).content();
Local usage
--------------------

Since unfortunately ESM modules are not working on `file:` protocol due to CORS issues, there is a bundled [single-file version working locally](https://asn1js.eu/index-local.html). It doesn't work online (due to CSP restrictions about inline content) but can be saved locally and opened in a browser. (known bug: dark mode is currently broken in this mode)
Since unfortunately ESM modules are not working on `file:` protocol due to [CORS issues](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#other_differences_between_modules_and_standard_scripts), there is a bundled [single-file version working locally](https://asn1js.eu/index-local.html). It doesn't work online (due to [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) restrictions about inline content) but can be saved locally and opened in a browser. (known bug: dark mode is currently broken in this mode)

ISC license
-----------
Expand Down

0 comments on commit 8e1cfed

Please sign in to comment.