ACK-J / Port_Authority

Blocks websites from using javascript to port scan your computer/network and dynamically blocks all LexisNexis endpoints from running their invasive data collection scripts.
GNU General Public License v2.0
129 stars 10 forks source link

[BUG] blocks local Jupyter Lab init's default redirect and logout #25

Closed wesinator closed 1 year ago

wesinator commented 1 year ago

thanks for providing this extension

Describe the bug Jupyter lab on executing uses a local html file to redirect to the localhost server that was launched. ex: file:///home/user/.local/share/jupyter/runtime/jpserver-34548-open.html

the extension currently blocks this local redirect.

workaround: copy and paste the url output from jupyter in the terminal

It also blocks when you select Logout from the Jupyter application menu.

To Reproduce Steps to reproduce the behavior:

  1. extension installed
  2. jupyter lab installed locally
  3. run jupyter lab in terminal

Expected behavior Allows local jupyter page to redirect to localhost jupyter server (default port 8888)

Screenshots blocked by the addon image

Desktop (please complete the following information):

ACK-J commented 1 year ago

I just released V1.1.3 which adds a whitelist option in the extension settings. Please update your extension by going to Mozilla Firefox -> Manage Extensions -> Click the gear in the top right corner -> Click "Check for updates"

wesinator commented 1 year ago

The exclusion feature doesn't work in this case, fwiw.

I tried with file:// which was truncated to file, and localhost

image