Content Security Policy (CSP) Generator
Automatically generate content security policy headers online for any website.
Qu'est-ce que Content Security Policy (CSP) Generator ?
Content Security Policy (CSP) Generator est une extension Chrome développée par https://csper.io, et sa fonction principale est "Automatically generate content security policy headers online for any website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Content Security Policy (CSP) Generator
Téléchargez les fichiers d'extension Content Security Policy (CSP) Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Content Security Policy (CSP) Generator is a chrome extension for generating Content Security Policy headers on any website in minutes. Built by: https://csper.io -- Learn more about CSP: https://csper.io/docs/content-security-policy https://csper.io/docs/report-uri Video Demo: https://www.youtube.com/watch?v=6S8fl24001s https://csper.io/generator https://github.com/csper-io/csp-generator https://csper.io
Informations de Base sur l'Extension
Nom | Content Security Policy (CSP) Generator |
ID | ahlnecfloencbkpfnpljbojmjkfgnmdc |
URL Officiel | https://chromewebstore.google.com/detail/content-security-policy-c/ahlnecfloencbkpfnpljbojmjkfgnmdc |
Description | Automatically generate content security policy headers online for any website. |
Taille du Fichier | 698 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2020-03-30 |
Date de Publication | 2020-03-30 |
Évaluation | 4.10/5 Total 10 Évaluations |
Développeur | https://csper.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://csper.io |
URL de la Page de Politique de Confidentialité | https://csper.io/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Content Security Policy (CSP) Generator", "short_name": "CSP Generator", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "version": "0.6", "description": "Automatically generate content security policy headers online for any website.", "icons": { "128": "assets\/csper_128.png" }, "browser_action": { "default_icon": { "128": "assets\/csper_128.png" }, "default_title": "Content Security Policy (CSP) Generator", "default_popup": "index.html" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "webRequestBlocking", "webRequest", "tabs", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self' blob: filesystem: 'unsafe-eval'; style-src 'unsafe-inline'; connect-src wss:\/\/csper.io wss:\/\/csper.club https:\/\/csper.io https:\/\/csper.club", "author": "Stuart Larsen", "homepage_url": "https:\/\/csper.io", "background": { "scripts": [ ".\/background.js" ], "persistent": true } } |