Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Port Authority version history - 25 versions

Port Authority by Hacks and Hops

Rated 4.6 out of 5
4.6 Stars out of 5
5
27
4
5
3
4
2
1
1
0
Port Authority version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 2.1.0

    Released Apr 25, 2025 - 173.62 KB
    Works with firefox 58.0 and later
    Converting to module syntax and Lock API standardization in BrowserStorageManager by @mwsundberg in #42
    Prevent localhost.example.com from being able to run portscans & add stricter same-origin/first-party checks. Fixes #54 by @mwsundberg in #55

    Source code released under GNU General Public License v2.0 only

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 2.0.0

    Released Feb 28, 2025 - 166.5 KB
    Works with firefox 58.0 and later
    Improved memory management to prevent race conditions and memory leak which filled the extension memory and caused the extension to crash
    Added domain whitelist support
    Updated regex to fix 0.0.0.0 Day
    Added persistent settings after reboot
    Added domain to the notification

    More Information: https://github.com/ACK-J/Port_Authority/pull/43

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.1.4

    Released Aug 3, 2023 - 169.74 KB
    Works with firefox 48.0 and later
    - Reverted code back to 1.1.2 for the time being since there were a lot of issues reported with 1.1.3

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.1.3

    Released Aug 2, 2023 - 175.8 KB
    Works with firefox 48.0 and later
    Big update thanks to @jjk1492:
    - Performance Improvements
    - Fixed a bug that filled up all the RAM allowed by the extension which led to crashes.
    - The long awaited whitelist has been added to prevent chosen domains from having requests blocked (Click on the gear in the top right corner)
    - Refactoring and cleanup of code

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.1.2

    Released Dec 1, 2022 - 169.74 KB
    Works with firefox 48.0 and later
    - Removed IPv6 regex as it was never used and was likely causing the crashes everyone experienced

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.1.1

    Released Sep 29, 2021 - 159.57 KB
    Works with firefox 48.0 and later
    - Fixed GUI bug where the Port Scans Blocked header wouldn't show up until one was blocked
    - Fixed JSON parsing error when there was no current blocked ports found

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.1.0

    Released Sep 27, 2021 - 159.45 KB
    Works with firefox 48.0 and later
    - @jjk1492 Added Dynamic GUI to visualize blocked scripts, and local port scans
    - @laniakea64 Fixed bug where PortAUthority would not work properly in Private Windows
    - https://github.com/ACK-J/Port_Authority/commit/756d473371a42af9b3546837d1363a35f6d99db4

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.19

    Released Jul 6, 2021 - 44.96 KB
    Works with firefox 48.0 and later
    - Added option to enable and disable notifications
    - Updated regex to include ipv6 addresses with brackets

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.18

    Released Jun 16, 2021 - 44.29 KB
    Works with firefox 48.0 and later
    - Cleaned up GUI by removing "Blocked hosts" from the bottom since it has not been implemented yet.
    - Made alert text more clear

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.17

    Released Apr 28, 2021 - 43.47 KB
    Works with firefox 48.0 and later
    - Toggle in UI to start / stop Port Authority's blocking feature now works!
    - Cleaned up code
    - Merged pull request all credit goes to @laniakea64 for the fixes
    https://github.com/ACK-J/Port_Authority/commit/776d5a5a6a176fb4bebf12eb29826269ad70a94a

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.16

    Released Apr 8, 2021 - 43.83 KB
    Works with firefox 48.0 and later
    - Improved GUI switch but still not fully functional
    - updated regex to remove redundant \.
    - Updated notification text

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.15

    Released Apr 1, 2021 - 43.1 KB
    Works with firefox 48.0 and later
    - Updated logo

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.14

    Released Apr 1, 2021 - 48.38 KB
    Works with firefox 48.0 and later
    - Small change to remove verbose console.log() which was used for debugging

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.13

    Released Apr 1, 2021 - 48.38 KB
    Works with firefox 48.0 and later
    Regex
    - More efficient
    - Can properly detect 10. hosts now
    - Case insensitive
    - Includes ftp/ftps
    - added ^ so detections must start a string (so redirect urls dont FP)
    - https://regex101.com/r/DOPCdB/14

    ThreatMetrix script dynamic detection
    - Lexis Nexis is one of the worlds largest data brokers. Most of the sites that are port scnaning you are running their script called "threatmetrix" these scripts collect 416 pieces of personal information which is then encrypted (using XOR) into an image and sneakily sends it to a server that looks legit but then redirects to LexisNexis' main servers.
    - Moral of the story is this is a insane over-reach and invation of privacy. Port Authority now dynamically blocks ALL of these servers so you should never have to worry about this :)
    - Lastly, I added a notification so you know when this script is detected and blocked.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.12

    Released Mar 30, 2021 - 24.06 KB
    Works with firefox 48.0 and later
    - Updated regex to fix FP for 10. networks

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.11

    Released Mar 30, 2021 - 24.07 KB
    Works with firefox 48.0 and later
    - Made regex case insensitive

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.10

    Released Mar 30, 2021 - 23.99 KB
    Works with firefox 48.0 and later
    - Updated regex

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.9

    Released Mar 24, 2021 - 24.03 KB
    Works with firefox 48.0 and later
    - seperated the number of blocks on a per tab basis and made alerts fire once per tab

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 1.0.8

    Released Mar 24, 2021 - 23.63 KB
    Works with firefox 48.0 and later
    - updated regex to be more efficient and also correctly match the entire class B private IP space of 172. Also added notification of a website portscanning

    Source code released under MIT License

    Download file
  • Version 1.0.7

    Released Mar 24, 2021 - 23.18 KB
    Works with firefox 48.0 and later
    - Fixed regex false positives. Added a constraint of :// before an ip address or hostname

    Source code released under MIT License

    Download file
  • Version 1.0.6

    Released Mar 23, 2021 - 23.16 KB
    Works with firefox 48.0 and later
    - Changed the regex to exclude public ipv6 addresses since they created too many false positives
    - Normal functionality works, but toggle doesn't

    Source code released under MIT License

    Download file
  • Version 1.0.5

    Released Mar 22, 2021 - 22.39 KB
    Works with firefox 48.0 and later
    - Added toolbar icon with a switch to enable/disable functionality
    - Added badge text to count how many port scans are blocked

    Source code released under MIT License

    Download file
  • Version 1.0.4

    Released Mar 22, 2021 - 18.29 KB
    Works with firefox 48.0 and later
    - Added support for a different prefix for localhost websockets wss://

    Source code released under MIT License

    Download file
  • Version 1.0.3

    Released Mar 22, 2021 - 18.29 KB
    Works with firefox 48.0 and later
    - Added support for localhost

    Source code released under MIT License

    Download file
  • Version 1.0.2

    Released Mar 22, 2021 - 18.28 KB
    Works with firefox 48.0 and later
    - Removed unused permissions

    Source code released under MIT License

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.