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 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
C=91 H=100 G=95

¤ Dauer der Verarbeitung: 0.4 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.