AntoineTat1
AntoineTat1
Hello, I'm facing same issues. After a scan , normally it should navigate to a specific screen but before he clicks on my first tab. Sometimes I am directly to...
Hello there, Do you have any update for the CSP ? For my case I have to add "'wasm-unsafe-eval'" and "'unsafe-eval'" to 'script-src' Here is my my csp policy, I'm...
@Keillion It still doesn't work here my dynamsoft.config and csp config ``` import { CoreModule } from "dynamsoft-core"; import { LicenseManager } from "dynamsoft-license"; import "dynamsoft-barcode-reader"; CoreModule.engineResourcePaths.rootDirectory = "https://cdn.jsdelivr.net/npm/[email protected]/"; LicenseManager.initLicense("xxx",...
Hi @Keillion, I’m actually not using Next.js in my project, but NestJS. From what I understand, you’re trying to bypass CSP by allowing inline scripts (unsafe-inline). However, my goal is...
Concerning our frameworks : backend: NestJS, it is there where I set my CSP policy frontend: React, in this app I set my Dynamsoft configuration If I have no choice...