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 1 kB image not shown  

Quelle  file_bug802872.js

  Sprache: JAVA
 

/*
 *   The policy for this test is:
 *   Content-Security-Policy: default-src 'self'
 */


function createAllowedEvent() {
  /*
   * Creates a new EventSource using 'http://mochi.test:8888'. Since all mochitests run on
   * 'http://mochi.test', a default-src of 'self' allows this request.
   */

  var src_event = new EventSource(
    "http://mochi.test:8888/tests/dom/security/test/csp/file_bug802872.sjs"
  );

  src_event.onmessage = function (e) {
    src_event.close();
    parent.dispatchEvent(new Event("allowedEventSrcCallbackOK"));
  };

  src_event.onerror = function (e) {
    src_event.close();
    parent.dispatchEvent(new Event("allowedEventSrcCallbackFailed"));
  };
}

function createBlockedEvent() {
  /*
   * creates a new EventSource using 'http://example.com'. This domain is not allowlisted by the
   * CSP of this page, therefore the CSP blocks this request.
   */

  var src_event = new EventSource(
    "http://example.com/tests/dom/security/test/csp/file_bug802872.sjs"
  );

  src_event.onmessage = function (e) {
    src_event.close();
    parent.dispatchEvent(new Event("blockedEventSrcCallbackOK"));
  };

  src_event.onerror = function (e) {
    src_event.close();
    parent.dispatchEvent(new Event("blockedEventSrcCallbackFailed"));
  };
}

addLoadEvent(createAllowedEvent);
addLoadEvent(createBlockedEvent);

Messung V0.5 in Prozent
C=90 H=100 G=95

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© 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.