Port Authority 版本历史 - 23 个版本
Port Authority 作者: Hacks and Hops
Port Authority 版本历史 - 23 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 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 通用公共许可证 v2.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 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 通用公共许可证 v2.0 发布
版本 1.0.12
发布于 2021年3月30日 - 24.06 KB适用于 firefox 48.0 及更高版本- Updated regex to fix FP for 10. networks源代码遵循 GNU 通用公共许可证 v2.0 发布
版本 1.0.11
发布于 2021年3月30日 - 24.07 KB适用于 firefox 48.0 及更高版本- Made regex case insensitive源代码遵循 GNU 通用公共许可证 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 通用公共许可证 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 许可证 发布
版本 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 许可证 发布
版本 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 许可证 发布
版本 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 许可证 发布
版本 1.0.4
发布于 2021年3月22日 - 18.29 KB适用于 firefox 48.0 及更高版本- Added support for a different prefix for localhost websockets wss://源代码遵循 MIT 许可证 发布
版本 1.0.3
发布于 2021年3月22日 - 18.29 KB适用于 firefox 48.0 及更高版本- Added support for localhost源代码遵循 MIT 许可证 发布