Mathew Kamkar

Results 14 comments of Mathew Kamkar

I was able to [convert](https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari) and [run](https://developer.apple.com/documentation/safariservices/safari_app_extensions/building_a_safari_app_extension#2957926) the [extension](https://github.com/floating/frame-extension). It seems to almost work, but is getting blocked due to having mixed content: ``` [Warning] [blocked] The page at https://frame.sh/...

That is a bit of a pain, but the restriction could potentially be worked around. Frame could serve https with a self signed cert, and the user would have to...

Please do @anukul! I had promised it for @floating a while ago but haven't been able to find the time. Here's where I left off: You can modify https://github.com/floating/frame/blob/master/main/api/http.js#L132 with:...

@goosewobbler I think requiring cert generation would add too much extra friction for most users, though it could add a bit of extra security. It could be a good idea...