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

Quelle  file_bug941404.html

  Sprache: HTML
 

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


<html>
<head> <meta charset="utf-8"> </head>
  <body>

    <!-- this should be allowed (no CSP)-->
    <img src="http://example.org/tests/dom/security/test/csp/file_CSP.sjs?testid=img_good&type=img/png"> </img>


    <script type="text/javascript">
      var req = new XMLHttpRequest();
      req.onload = function() {
        //this should be allowed (no CSP)
        try {
        var img = document.createElement("img");
        img.src="http://example.org/tests/dom/security/test/csp/file_CSP.sjs?testid=img2_good&type=img/png";
        document.body.appendChild(img);
        } catch(e) {
          console.log("yo: "+e);
        }
      };
      req.open("get""file_bug941404_xhr.html", true);
      req.responseType = "document";
      req.send();
    </script>

  </body>
</html>

Messung V0.5 in Prozent
C=92 H=96 G=93

¤ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.