Mathew Kamkar
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...
> Please submit a CLA per the instructions above. Yes 👍 I'm just waiting on my employer to click the button.
@johngmyers we are good to go here 👍
> Sprig has `replace`, which is similar. Perhaps we should follow their syntax? does `replace` work differently? I could also add `strings.replace` to the `FuncMap`.
> I believe `replace` has the arguments in a different order. See the documentation in https://masterminds.github.io/sprig/strings.html sprig looks like a nice package. how about just importing it and using `hermeticTxtFuncMap`...
@johngmyers let me know what you think. I've updated the template functions to include Sprig's hermetic text functions, and fixed the `isIPv4String` function so that it only returns `true` for...
@mloiseleur https://github.com/go-task/slim-sprig/pull/16