Port Authority 版本紀錄 - 24 個版本
Port Authority 作者: Hacks and Hops
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 2.0.0
發行於 2025年2月28日 - 166.5 KB適用於 firefox 58.0 與更新版本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原始碼依照 僅 GNU General Public License v2.0 條款釋出
下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件較舊版本
版本 1.1.4
發行於 2023年8月3日 - 169.74 KB適用於 firefox 48.0 與更新版本- Reverted code back to 1.1.2 for the time being since there were a lot of issues reported with 1.1.3原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.1.3
發行於 2023年8月2日 - 175.8 KB適用於 firefox 48.0 與更新版本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原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.1.2
發行於 2022年12月1日 - 169.74 KB適用於 firefox 48.0 與更新版本- Removed IPv6 regex as it was never used and was likely causing the crashes everyone experienced原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.1.1
發行於 2021年9月29日 - 159.57 KB適用於 firefox 48.0 與更新版本- 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原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.1.0
發行於 2021年9月27日 - 159.45 KB適用於 firefox 48.0 與更新版本- @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原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.19
發行於 2021年7月6日 - 44.96 KB適用於 firefox 48.0 與更新版本- Added option to enable and disable notifications
- Updated regex to include ipv6 addresses with brackets原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.18
發行於 2021年6月16日 - 44.29 KB適用於 firefox 48.0 與更新版本- Cleaned up GUI by removing "Blocked hosts" from the bottom since it has not been implemented yet.
- Made alert text more clear原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.17
發行於 2021年4月28日 - 43.47 KB適用於 firefox 48.0 與更新版本- 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原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.16
發行於 2021年4月8日 - 43.83 KB適用於 firefox 48.0 與更新版本- Improved GUI switch but still not fully functional
- updated regex to remove redundant \.
- Updated notification text原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.15
發行於 2021年4月1日 - 43.1 KB適用於 firefox 48.0 與更新版本- Updated logo原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.14
發行於 2021年4月1日 - 48.38 KB適用於 firefox 48.0 與更新版本- Small change to remove verbose console.log() which was used for debugging原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.13
發行於 2021年4月1日 - 48.38 KB適用於 firefox 48.0 與更新版本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.原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.12
發行於 2021年3月30日 - 24.06 KB適用於 firefox 48.0 與更新版本- Updated regex to fix FP for 10. networks原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.11
發行於 2021年3月30日 - 24.07 KB適用於 firefox 48.0 與更新版本- Made regex case insensitive原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.10
發行於 2021年3月30日 - 23.99 KB適用於 firefox 48.0 與更新版本- Updated regex原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.9
發行於 2021年3月24日 - 24.03 KB適用於 firefox 48.0 與更新版本- seperated the number of blocks on a per tab basis and made alerts fire once per tab原始碼依照 僅 GNU General Public License v2.0 條款釋出
版本 1.0.8
發行於 2021年3月24日 - 23.63 KB適用於 firefox 48.0 與更新版本- 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原始碼依照 MIT License 條款釋出
版本 1.0.7
發行於 2021年3月24日 - 23.18 KB適用於 firefox 48.0 與更新版本- Fixed regex false positives. Added a constraint of :// before an ip address or hostname原始碼依照 MIT License 條款釋出
版本 1.0.6
發行於 2021年3月23日 - 23.16 KB適用於 firefox 48.0 與更新版本- Changed the regex to exclude public ipv6 addresses since they created too many false positives
- Normal functionality works, but toggle doesn't原始碼依照 MIT License 條款釋出
版本 1.0.5
發行於 2021年3月22日 - 22.39 KB適用於 firefox 48.0 與更新版本- Added toolbar icon with a switch to enable/disable functionality
- Added badge text to count how many port scans are blocked原始碼依照 MIT License 條款釋出
版本 1.0.4
發行於 2021年3月22日 - 18.29 KB適用於 firefox 48.0 與更新版本- Added support for a different prefix for localhost websockets wss://原始碼依照 MIT License 條款釋出
版本 1.0.3
發行於 2021年3月22日 - 18.29 KB適用於 firefox 48.0 與更新版本- Added support for localhost原始碼依照 MIT License 條款釋出
版本 1.0.2
發行於 2021年3月22日 - 18.28 KB適用於 firefox 48.0 與更新版本- Removed unused permissions原始碼依照 MIT License 條款釋出