Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
main MIT | 81% | 337 | 6,577 | 41 | 31 | 19 | Browse |
|
Project website | https://github.com/andersju/webbkoll | |
---|---|---|
Instructions for translators | https://github.com/andersju/webbkoll/blob/master/TRANSLATIONS.md |
|
Translation license | MIT main | |
Number of strings | 1,790 | |
Number of words | 33,905 | |
Number of characters | 246,970 | |
Number of languages | 5 | |
Number of source strings | 358 | |
Number of source words | 6,781 | |
Number of source characters | 49,394 |
Language | Translated | Strings of total | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|
English | 14 | Browse | ||||||
|
||||||||
French | 5% | 5% | 337 | 6,577 | 3 | 1 | 3 | Browse |
|
||||||||
German | 1 | 27 | 7 | Browse | ||||
|
||||||||
Norwegian Bokmål | 20 | 6 | Browse | |||||
|
||||||||
Swedish | 3 | 3 | 3 | Browse | ||||
|
CSP makes it possible for server administrators to reduce or eliminate the vectors by which XSS can occur by specifying the domains that the browser should consider to be valid sources of executable scripts. A CSP compatible browser will then only execute scripts loaded in source files received from those whitelisted domains, ignoring all other script (including inline scripts and event-handling HTML attributes).
CSP gör det möjligt för serveradministratlörer att reducera eller eliminera sätten på vilka XSS kan inträffa genom att specificera de domäner som webbläsaren ska betrakta som giltiga källor för körbara skript. En CSP-kompatibel webbläsare kommer då bara exekvera skript från filer mottagna från dessa vitlistade domäner, och ignorera alla andra skript (inklusive inline-skript och event-hanterande HTML-attribut).
Subresource Integrity enables you to mitigate some risks of attacks such as this, by ensuring that the files your web application or web document fetches (from a CDN or anywhere) have been delivered without a third-party having injected any additional content into those files — and without any other changes of any kind at all having been made to those files.
Subresource Integrity minimiert das Risko solcher Angriffe. Es stellt sicher, daß Dateien einer Webanwendung, die von CDN oder sonstigen Quellen stammen, auch ohne Manipulationen geladen werden können.