From 8e1cfed4dfda0fe026ea6406ca3643afabde350b Mon Sep 17 00:00:00 2001 From: Lapo Luchini Date: Tue, 7 May 2024 07:31:02 +0000 Subject: [PATCH] Add links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f64b11e..0882426 100644 --- a/README.md +++ b/README.md @@ -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 -----------