Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/security/test/csp/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 598 B image not shown  

Quelle  file_csp_error_messages.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/security/test/csp/file_csp_error_messages.html


<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="Content-Security-Policy" content="default-src 'nonce-abc';">
  <title></title>
</head>

<!-- event handler -->
<body onload="alert('onload');">

  <!-- img-src -->
  <img src="image.png">

  <!-- external script -->
  <script src=script.js></script>

  <!-- inline script -->
  <script>
    alert("failure");
  </script>

  <script nonce="abc">
    /* worker-src */
    new Worker("/worker.js")
  </script>

  <script nonce="abc">
    // eslint-disable-next-line no-eval
    eval("hello world");
  </script>
</body>
</html>

Messung V0.5
C=93 H=100 G=96

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.