Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Port Authority의 버전 기록 - 25개 버전

Port Authority 제작자: Hacks and Hops

5점 만점에 4.6점
4.6 / 5
5
34
4
5
3
4
2
1
1
0
Port Authority의 버전 기록 - 25개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 2.1.0

    2025년 4월 25일에 출시 - 173.62 KB
    firefox 58.0 이상에서 작동
    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

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    이 확장 기능을 사용하려면 Firefox가 필요함
    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.15

    2021년 4월 1일에 출시 - 43.1 KB
    firefox 48.0 이상에서 작동
    - Updated logo

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.11

    2021년 3월 30일에 출시 - 24.07 KB
    firefox 48.0 이상에서 작동
    - Made regex case insensitive

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.10

    2021년 3월 30일에 출시 - 23.99 KB
    firefox 48.0 이상에서 작동
    - Updated regex

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 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에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.