jariz
jariz
@hazmattt Known issue, see #45. Disable encryption for now.
Why exactly do you think so? This would be kind of hard to implement and could bring possible security issues because of the browser needing to call back to noti...
If anyone wants to submit a PR I'll probably merge it but don't really see the upside of this enough to go implement it myself.
Wow, very strange. Not sure what to do with this. Few questions: - Do you use encryption? - Does it only happen with this specific string, or after a fixed...
Regarding the 1st question, I meant in Noti (it has an end-to-end encryption option), haha. But alright, I'm guessing you didn't enable it then. I'll see if I can reproduce...
Very cool! Thanks a lot. A minor security comment though: please include a [nonce](https://en.wikipedia.org/wiki/Cryptographic_nonce) in the callback url so noti can verify it generated the URL itself rather than a...
Just FYI, any (unsandboxed) app can write to an other app's defaults. ```bash defaults write io.jari.Noti nonce 1337 open "noti://redirect?nonce=1337#access_token=evil" ``` I was more thinking about just keeping it in...
reply != actions. It's still part of the free plan (if you keep it below 100), so not really relevant afaik.
Can reproduce this, without pro & encryption enabled. (it does work with it disabled)
Hmm. Good point, it appears I accidentally hardcoded the Glass sound. https://github.com/jariz/Noti/blob/9c878ebc193e0ab738a4b7238959c1ccd6bf2d8d/Noti/PushManager.swift#L391 Will fix soon.