truster
Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.
truster란 무엇입니까?
truster은(는) conand에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets."입니다.
확장 프로그램 스크린샷
truster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Websites often load assets (CSS, JS,..) hosted in AWS S3 buckets. Unfortunately, sometimes such buckets are misconfigured allowing unauthorized users to overwrite their files. This results in the possibility for attackers to inject malicious content (for instance malicious cryptomining JS) that gets delivered to the website's visitors. To protect from this threat, truster, communicating with our backend (https://bucketsec.necst.it/), verifies if the resources requested from the visited websites come from an untrusted, writable, bucket, preventing the loading of such resources.
확장 프로그램 기본 정보
이름 | truster |
ID | eiiilcdomkafolppehfkjdaflcblakml |
공식 URL | https://chromewebstore.google.com/detail/truster/eiiilcdomkafolppehfkjdaflcblakml |
설명 | Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets. |
파일 크기 | 22.08 KB |
설치 횟수 | 2,224 |
현재 버전 | 0.1 |
최근 업데이트 | 2018-12-22 |
출시 날짜 | 2018-12-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | conand |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bucketsec.necst.it/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "truster", "version": "0.1", "description": "Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.", "content_security_policy": "default-src 'self'; connect-src https:\/\/bucketsec.necst.it; style-src https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/", "permissions": [ "storage", "webRequest", "webRequestBlocking", "webNavigation", " |