pallad
pallad copied to clipboard
Allow authorizing non-HTTPS apps with a dev build of Pallad
Acceptance Criteria
- [ ] Add a feature flag to
.env.examplecalledVITE_APP_DEV_MODE - [ ] If dev mode is enabled (
VITE_APP_DEV_MODE === 'true') content-script matches array (containinghttps://*/*) inapps/extension/manifest.tsshould also containhttp://*/*. - [ ] If app is build with
VITE_APP_DEV_MODE=true pnpm build, dev mode should be enabled, and content script should be injected in non-HTTPS apps.
/price 100
@mrcnk I would love to pick this one.
@mrcnk Please assignme