Skip to content

Instantly share code, notes, and snippets.

@katelynsills
Last active December 1, 2018 02:51
Show Gist options
  • Save katelynsills/dc71b777a3b100d495804bb3749220df to your computer and use it in GitHub Desktop.
Save katelynsills/dc71b777a3b100d495804bb3749220df to your computer and use it in GitHub Desktop.
import unsafeAddExclamation with OCAPs
// hmm, why does this need access to the file system and the network?
const addHeader = require('./addHeader', {fs, https});
// no authority is being passed here, this is probably safe
const addFooter = require('./addFooter');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment