-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security pop-up on archiving tweets #71
Comments
I am getting asked this repeatedly, @N0taN3rd after allowing each time in version 1.1.0b2.5. This is happening even when WAIL is in the background and crawls are running. I presume there is some background procedure communication with pywb that is invoking the wayback binary. Any idea why the "allow" is not sticking? macOS 10.12.4 |
@machawk1 That is a really good question and one I have not been able to put my thumb on concretely.
So the request for network permissions for WAIL covers these two and eliminates it. Heritrix makes many network requests but it is Java based and when launched is run by the 1.7 JVM. Only compilation done is the JIT of the class files in Heritrix's Jar by the JVM. Pywb, i.e wayback binary. Now this guy is interesting because its usage depends on the output of pyinstaller and how it links the executibles to the packaged Python runtime.
Running Python code requires several steps:
As you can see each time a pyinstaller "installed" program is run it sets up a unique python vm if you will. |
Maybe this is a function of my Mac security settings, but every time a tweet is archived, I get the attached security pop-up.
It may be that all we need to do to address this is add some documentation on how to adjust the settings.
The text was updated successfully, but these errors were encountered: