truster
Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.
Cos'è truster?
truster è un'estensione di Chrome sviluppata da conand, e la sua funzione principale è "Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione truster
Scarica i file di estensione truster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | truster |
ID | eiiilcdomkafolppehfkjdaflcblakml |
URL Ufficiale | https://chromewebstore.google.com/detail/truster/eiiilcdomkafolppehfkjdaflcblakml |
Descrizione | Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets. |
Dimensione del File | 22.08 KB |
Conteggio Installazioni | 2,224 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-12-22 |
Data di Pubblicazione | 2018-12-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | conand |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bucketsec.necst.it/ |
Lingue Supportate | 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", " |