QuaranTab의 버전 기록 - 6개 버전
QuaranTab 제작자: Smotana LLC
QuaranTab의 버전 기록 - 6개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.0.6
2023년 12월 11일에 출시 - 960.12 KBfirefox 91.0.0 이상에서 작동Fixes:
- Fix tracking of requests that are redirected by other extensions and Firefox shimming
- Fix addon icon would disappear due to missing asset
- Fix race condition on all requests closing during a state transition
- Fix race condition on displaying open request count on loadMIT 라이선스에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.0.5
2023년 12월 11일에 출시 - 959.62 KBfirefox 91.0.0 이상에서 작동Changes:
- Display an informational message when page loads instead of Firefox's error page detailing an unreachable proxy. This was made possible by blocking onBeforeRequest which requires a new permission.
- In addition to blocking via non-existent proxy, also block via onBeforeRequest since we already requested this permission
- Fix attempted blocked connections counted towards connection counting causing a bogus flapping of status between secure and insecureMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.4
2023년 12월 11일에 출시 - 957.69 KBfirefox 91.0.0 이상에서 작동Fixes:
- Firefox tracking protection interfered with connection counting. Firefox shimmed requests don't fire webRequest.onComplete events making it seem a persistent connection to backend is open. Therefore Quarantab never reached quarantine state.
- Race condition on page loaded event listener
- Updated dependenciesMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.3
2023년 9월 14일에 출시 - 953.39 KBfirefox 91.0.0 이상에서 작동I am excited to roll out these new changes:
- Blocking WebSockets, WebRTC, and long-polling HTTP requests
- Code is no longer minified
- Added several new permissions to perform additional blocking
- UI shows status of each type of blocking performed
- Bug bounty pool replenished
Permissions explained:
"proxy" - Required to cut-off network access to the website by routing requests to a non-existent Socks proxy
"tabs" - Required to re-open a tab in a new container
"cookies" - Required for manipulating Container data and clearing browser data for temporary containers
"contextualIdentities" - Required for creating/deleting Containers
* "privacy" - Required for temporarily disabling WebRTC globally
* "webRequest" - Required for monitoring active connections to determine when it's safe to use
* "scripting" - Required for injecting a content script for shutting down active connections
* "storage" - Required for keeping track of WebRTC initial enable state
"<all_urls>" - Required to intercept proxy web requests for all sites
(*) Indicates added permissions this releaseMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.2
2023년 9월 11일에 출시 - 576.29 KBfirefox 91.0.0 이상에서 작동More intuitive and easy to understand interface:
- Clearly see the two functionalities and status of isolating a website in a container and cutting off network access
- Ability to quarantine current tab or opening a new tab.MIT 라이선스에 따라 릴리스된 소스 코드