truster
Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.
Vad är truster?
truster är en Chrome-tillägg utvecklad av conand, och dess huvudfunktion är "Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.".
Tilläggsskärmbilder
Ladda ner truster-förlängningens CRX-fil
Ladda ner truster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | truster |
ID | eiiilcdomkafolppehfkjdaflcblakml |
Officiell webbadress | https://chromewebstore.google.com/detail/truster/eiiilcdomkafolppehfkjdaflcblakml |
Beskrivning | Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets. |
Filstorlek | 22.08 KB |
Antal Installationer | 2,224 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2018-12-22 |
Publiceringsdatum | 2018-12-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | conand |
Betalningssätt | free |
Tilläggswebbplats | https://bucketsec.necst.it/ |
Stödda Språk | 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", " |