ᖇiᑕᕼᗩᖇᗪ
ᖇiᑕᕼᗩᖇᗪ
Pushsubscriptionchange won't trigger when a service worker is not running. That event is not able to wake the sw up. It will trigger when the user visits the website again...
> Having that service working running is something different from having a window attached to it. That is true. Regarding your example. There won't be a push event fired if...
> No, I think that there is a grace period during which the old subscription is still valid. I really don't think there is one but I could be wrong....
I am not familiar with the spec where do you get it from that there is a grace period? And how would it work? I only played with chrome and...
You mean use a dns rebinding attack against the captive portal? I'd say yes.
brotab still works you just have to give it permission. Here how it's done for firefox `flatpak permission-set webextensions brotab_mediator snap.firefox yes`
One could also use the type variable of the "log" command to transfer the payload ``` case "log": { log("[log]: ", e.data.message.text, type=e.data.message.type); break; } ``` ``` function setTypeVar(){ frames[0].postMessage({...
bump :P
Cannot drop a simple index.html file in it. `Uncaught (in promise) TypeError: item is undefined`
if you run `vim -W log` then press `:q` then `vim log` you can see vim logs it as `^C^C:q^M` and vimgolf converts `^C` to `` (just my two cents...