bassmanitram / actions-for-nautilus

An extension to the Gnome "Files" file manager that allows you to add arbitrary actions to the file selection context menu.
Apache License 2.0
165 stars 16 forks source link

ROOKIE MISTAKE. Only open the server on 127.0.0.1 #42

Closed bassmanitram closed 1 year ago

bassmanitram commented 1 year ago

I was instantiating the Python ThreadingHTTPServer class with the empty string as the server address! That's a reprehensible mistake!

This fixes that to be localhost.

I recreated the original problem with the main branch and tested again with this PR to prove that this fixes the issue.

I have also confirmed that the server itself is closed