Ismail

Results 3 comments of Ismail

Here's a temporary fix: ```js // safari polyfill if ("AbortSignal" in window) { AbortSignal.timeout = AbortSignal.timeout || ((duration) => { const controller = new AbortController; setTimeout(() => controller.abort(), duration); return...

> +1 https://firebase.google.com/docs/auth/web/github-auth#authenticate_with_firebase_in_a_chrome_extension This is not possible because there is no way to allow external hosts in the CSP with V3. What may work is using [`chrome.identity`](https://developer.chrome.com/docs/apps/app_identity/) API ([stackoverflow](https://stackoverflow.com/a/70983111/3910932)) with...

That's not all. This repository is not ready for use because it lacks some documentation. When they throw in a `COPY . .` step where we do not have a...