schovi / webpack-chrome-extension

Moved and redesigned into https://github.com/schovi/create-chrome-extension
MIT License
167 stars 27 forks source link

error: ERR_INSECURE_RESPONSE #22

Closed freeslugs closed 8 years ago

freeslugs commented 8 years ago
  1. npm install
  2. npm run dev
  3. load unpack extension from build folder
  4. inspect background page: https://localhost:3001/background/index.js Failed to load resource: net::ERR_INSECURE_RESPONSE
freeslugs commented 8 years ago

Nevermind! All i had to do was visit localhost in a new window and click "proceed anyway" :smile:

schovi commented 8 years ago

@freeslugs Gonna add it to README :)