truster
Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.
¿Qué es truster?
truster es una extensión de Chrome desarrollada por conand, y su función principal es "Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión truster
Descarga archivos de extensión truster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | truster |
ID | eiiilcdomkafolppehfkjdaflcblakml |
URL Oficial | https://chromewebstore.google.com/detail/truster/eiiilcdomkafolppehfkjdaflcblakml |
Descripción | Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets. |
Tamaño del Archivo | 22.08 KB |
Cantidad de Instalaciones | 2,224 |
Versión Actual | 0.1 |
Última Actualización | 2018-12-22 |
Fecha de Publicación | 2018-12-17 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | conand |
Tipo de Pago | free |
Sitio Web de la Extensión | https://bucketsec.necst.it/ |
Idiomas Soportados | 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", " |