adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
427 stars 76 forks source link

content_security_policy is not overwritten by default anymore. #22

Closed korziee closed 6 years ago

korziee commented 6 years ago

Hi @adambullmer

I was wondering why my custom CSP was not being set in the distributed manifest.json.

All that is inside this change is that it will now use the user set content_security_policy before it overwrites it to the default of: "script-src 'self' 'unsafe-eval'; object-src 'self'"