truster
Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.
Co je truster?
truster je rozšíření Chrome vyvinuté conand, a jeho hlavní funkcí je „Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření truster
Stáhněte si soubory rozšíření truster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | truster |
ID | eiiilcdomkafolppehfkjdaflcblakml |
Oficiální URL | https://chromewebstore.google.com/detail/truster/eiiilcdomkafolppehfkjdaflcblakml |
Popis | Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets. |
Velikost souboru | 22.08 KB |
Počet instalací | 2,224 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2018-12-22 |
Datum Vydání | 2018-12-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | conand |
Typ Platby | free |
Webové stránky Rozšíření | https://bucketsec.necst.it/ |
Podporované Jazyky | 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", " |