aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/activation.scm
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2019-02-21 19:07:09 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2019-03-09 10:15:46 +0100
commit983550692dbf5a41afef1b1cae53fece42b3d4bf (patch)
tree506773c3745abcd013de5511d208106826d4e5d3 /gnu/build/activation.scm
parent373abfb3985ea85bc574d707764ac739987c022c (diff)
downloadguix-983550692dbf5a41afef1b1cae53fece42b3d4bf.tar.gz
guix-983550692dbf5a41afef1b1cae53fece42b3d4bf.zip
gnu: Add hyperledger-fabric.
* gnu/local.mk (hyperledger): New variable.
Diffstat (limited to 'gnu/build/activation.scm')
0 files changed, 0 insertions, 0 deletions
ension to something good - port to gecko-based browsers -- CRUCIAL - rename "bundles" to "bags" to avoid confusion with Web Bundles - make it possible to modify CSP to suit our custom scripts' needs - find a way to additionally block all other scripts using CSP as an additional safety measure - make blocking more torough -- CRUCIAL - also block intrinsics -- CRUCIAL - mind the data: urls -- CRUCIAL - find out how and make it possible to whitelist non-https urls - create a repository to host scripts - enable the extension to automatically fetch script substitutes from the repo - make it possible to inject scripts to arbitrary places in DOM - make script blocking code omit those scripts - facilitate waiting for script injection until DOM has loaded - check if prerendering has to be blocked -- CRUCIAL - block prefetch - rearrange files in extension, add some mechanism to build the extension DONE: - find way to also block scripts in non-http pages (e.g. file://) -- DONE 2021-05-07 (via content scripts, may not be perfect) (NoScript seems to be doing this through CSP) - make page settings easily and conveniently editable in a separate window/tab -- DONE 2021-05-05 - replace comparisons with stricter ones (e.g. do `if(foo === undefined)` instead of `if(!foo)`) -- DONE - make local storage safe (serialize storage accesses in background script) -- DONE - split main.js into multiple files -- DONE 2021-01-05 - make it possible to store entire script files in storage (not just links) -- DONE 2021-01-05 - make it possible to re-use the same script or set of scripts multiple times -- DONE 2021-01-05