Alex Goodkind
Alex Goodkind
Went down a rabbit hole and managed to get a fully functional Safari extension working, got the IP addresses by using some Swift magic (opening a TCP connection to the...
I had to shuffle around some files and throw together a few build scripts to get things easy enough to work with
The makefile also includes targets for chrome and Firefox
It technically doesn’t establish a full connection it kills it just after it gets the DNS resolution step, but yes the second DNS resolution would violate that principle you set...
> > It technically doesn’t establish a full connection it kills it just after it gets the DNS resolution step, > > https://github.com/agoodkind/ipvfoo/blob/master/safari/Shared%20(Extension)/DNSResolver.swift > > > [case ready](https://developer.apple.com/documentation/network/nwconnection/state-swift.enum/ready) - The...
Cc @tarickb
I am also experiencing this. 2FA enabled as well.
This seems to be happening when web host is unset "", it puts localhost instead of the current domain
@pmarks-net This fixes https://github.com/pmarks-net/ipvfoo/issues/71