Skip to content

Instantly share code, notes, and snippets.

@bdewater
Created October 27, 2015 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdewater/d5c22e5de4f0c8416692 to your computer and use it in GitHub Desktop.
Save bdewater/d5c22e5de4f0c8416692 to your computer and use it in GitHub Desktop.
  1. Start Chrome with a flag from the terminal by copy-pasting the following line and hitting enter /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --show-component-extension-options
  2. Open [chrome://extensions/] in the browser
  3. Find CryptoTokenExtension, and click its 'background page' link
  4. In the JS console that opens, type: HTTP_ORIGINS_ALLOWED = true; and hit enter
  5. Keep the console open while testing with your U2F device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment