CSP Evaluator

CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks.

CSP Evaluator란 무엇입니까?

CSP Evaluator은(는) Lukas Weichselbaum에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CSP Evaluator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        CSP Evaluator is a small tool that allows developers and security experts to check if a Content Security Policy (CSP) serves as a strong mitigation against cross-site scripting attacks. Reviewing CSP policies is usually a very manual process and most developers are not aware of CSP bypasses. 
CSP Evaluator checks are based on a large-scale empirical study and are aimed to help developers to harden their CSP. This tool is provided only for the convenience of developers and Google provides no guarantees or warranties for this tool.                    

확장 프로그램 기본 정보

이름 CSP Evaluator CSP Evaluator
ID fjohamlofnakbnbfjkohkbdigoodcejf
공식 URL https://chromewebstore.google.com/detail/csp-evaluator/fjohamlofnakbnbfjkohkbdigoodcejf
설명 CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks.
파일 크기 302 KB
설치 횟수 24,197
현재 버전 0.2.1
최근 업데이트 2020-11-20
출시 날짜 2020-04-16
평점 3.21/5 총 24 개의 평점
개발자 Lukas Weichselbaum
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://csp-evaluator.withgoogle.com
도움말 페이지 URL https://csp.withgoogle.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/icon-grey.png",
        "default_popup": "app.html"
    },
    "description": "CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks.",
    "icons": {
        "128": "resources\/icon128.png",
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxTdUrnDTdQe6lGka\/IE62s\/+41don\/T6yFYZhU78nkuyqElw5iWij+0vd+RpEyaGw3Gvr3bvg7q+6PJDnGiNuEmrK+1JjSlBjRmZacVl+T2\/+bescjwY9VYuIdE6m\/4ZRoiixuEyZbxboGeNQRPTH7Nr8NNarDZd6sMIS9utX5WxLKvE6WUMAJrMS5rdCrfZz+LGKcJJFgvPnA5l+wu6jkn9LTjRWmggXLDOKP0emtIngzPrbQIpeM1nRBxXWgrHNjnLzxo0TOFr5LdmgjJXi8\/ruWga9vohOnBcwR5bEncKt0K5aSHJ2TN+lrnszQHydK15XWJyC7Y1tpwoiNoSdQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "name": "CSP Evaluator",
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "short_name": "CSP Evaluator",
    "version": "0.2.1",
    "web_accessible_resources": []
}