From 53d2fcaac52a39390fb6e6a5978e13ddf26e22cd Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 8 Jan 2026 17:17:23 -0500 Subject: [PATCH 1/3] Add the most minimal approach available. Host page uses CSP meta tag, contains a sandboxed iframe, populates it with a shim-page with another CSP meta tag along with the credential in a datablock and the template as the contents of ``. --- minimal/index.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 minimal/index.html diff --git a/minimal/index.html b/minimal/index.html new file mode 100644 index 0000000..910dbed --- /dev/null +++ b/minimal/index.html @@ -0,0 +1,60 @@ + + + + + + + + + + From abe63941a5b2f50079899c9c02a477840f89f08c Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Fri, 9 Jan 2026 14:58:37 -0500 Subject: [PATCH 2/3] Improve shim code CSP setup. --- minimal/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal/index.html b/minimal/index.html index 910dbed..638ce3f 100644 --- a/minimal/index.html +++ b/minimal/index.html @@ -49,7 +49,7 @@

renderer.srcdoc = ` - +