-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEX mode default CSP violation in dev server (unsafe-eval) #17447
Comments
The default As the source map generation is the only thing that is violating I also noticed manifest v2 template for both app-vite and app-webpack uses 'unsafe-eval'. app-vite should already work without it. app-webpack will start working after this fix. So, those templates will be adjusted too. |
Thanks for reporting. The fixes will be available in the next releases of app-* packages. |
I just tried the newest version just released this morning Brand new Project:
$ quasar info
Operating System - Linux(6.9.3-76060903-generic) - linux/x64
NodeJs - 18.19.0
Global packages
NPM - 10.2.3
yarn - Not installed
pnpm - Not installed
bun - Not installed
@quasar/cli - 2.4.1
@quasar/icongenie - 3.1.1
cordova - Not installed
Important local packages
quasar - 2.16.9 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
@quasar/app-webpack - 4.0.0-beta.21 -- Quasar Framework App CLI with Webpack
@quasar/extras - 1.16.12 -- Quasar Framework fonts, icons and animations
eslint-plugin-quasar - Not installed
vue - 3.4.38 -- The progressive JavaScript framework for building modern web UI.
vue-router - 4.4.3
pinia - 2.2.2 -- Intuitive, type safe and flexible Store for Vue
vuex - Not installed
eslint - 8.57.0 -- An AST-based pattern checker for JavaScript.
esbuild - 0.23.1 -- An extremely fast JavaScript and CSS bundler and minifier.
typescript - Not installed
@babel/core - 7.25.2 -- Babel compiler core.
webpack - 5.94.0 -- Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
webpack-dev-server - 5.0.4 -- Serves a webpack app. Updates the browser on changes.
workbox-webpack-plugin - Not installed
register-service-worker - Not installed
electron - Not installed
@electron/packager - Not installed
electron-builder - Not installed
@capacitor/core - Not installed
@capacitor/cli - Not installed
@capacitor/android - Not installed
@capacitor/ios - Not installed
Quasar App Extensions
*None installed*
|
Sorry, silly mistake, I forgot to push the changes 😅 The fixes are now pushed and will be available in the next release, for real this time. |
Sorry to push on this, but do you know when that might be? My boss is putting a lot of pressure on me to get the v3 update done. Google says they could remove the extension at any time because its not v3 manifest |
Unfortunately, I can't provide exact info as I am not in charge of the releases and we don't have a set release schedule. But, we try to release things as frequently as possible. So, it will hopefully be released in just a few days, if not by the end of today/tomorrow. |
What happened?
After building
quasar dev -m bex
using webpack @quasar/app-webpack@4.0.0-beta.19It is a white screen and the console prints:
Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
What did you expect to happen?
I expected the boilerplate quasar app to load as a extension
Reproduction URL
https://github.com/thomas66777/quasar-bex-webpack-v3
How to reproduce?
I am trying to use Quasar BEX with webpack to build a v3 chrome extension. Following the steps here: 16877
Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
BEX Mode
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: