|
|
|
|
|
by dane-pgp
2205 days ago
|
|
I'm hopeful that Signed HTTP Exchanges lead to what you describe, but another Chrome-originating technology that could be extended/abused to achieve a similar goal is the <portal> tag. There is already a little trick[0] that can be done with bookmarklets (or locally saved files) which allow you to bootstrap a page with a known set of JavaScript code running on it, but it has the disadvantage that the URL bar doesn't contain a familiar domain. If the <portal> spec[1] ends up supporting SRI[2] integrity hashes in a sensible way, this little bootstrapping technique could actually be practical. [0] https://news.ycombinator.com/item?id=17776456 [1] https://wicg.github.io/portals/ [2] https://www.w3.org/TR/SRI/ |
|