Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  test_service_worker.html   Sprache: HTML

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


<!DOCTYPE HTML>
<html>
<head>
  <title>Bug 1208559 - ServiceWorker registration not governed by CSP</title>
  <!-- Including SimpleTest.js so we can use waitForExplicitFinish !-->
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<iframe style="width:100%;" id="testframe"></iframe>

<script class="testbody" type="text/javascript">

/* Description of the test:
 * Spawning a worker from https://example.com but script-src is 'test1.example.com'
 * CSP is not consulted
 */
SimpleTest.waitForExplicitFinish();

var tests = [
  {
    policy: "default-src 'self'; script-src 'unsafe-inline'; child-src test1.example.com;",
    expected: "blocked"
  },
];

var counter = 0;
var curTest;

window.addEventListener("message", receiveMessage);
function receiveMessage(event) {
  is(event.data.result, curTest.expected, "Should be (" + curTest.expected + ") in Test " + counter + "!");
  loadNextTest();
}

onload = function() {
  SpecialPowers.pushPrefEnv({"set": [
    ["dom.serviceWorkers.exemptFromPerDomainMax", true],
    ["dom.serviceWorkers.enabled", true],
    ["dom.serviceWorkers.testing.enabled", true],
    ["privacy.partition.serviceWorkers", true],
  ]}, loadNextTest);
}

function loadNextTest() {
  if (counter == tests.length) {
    SimpleTest.finish();
    return;
  }
  curTest = tests[counter++];
  var src = "https://example.com/tests/dom/security/test/csp/file_testserver.sjs";
  // append the file that should be served
  src += "?file=" + escape("tests/dom/security/test/csp/file_service_worker.html");
  // append the CSP that should be used to serve the file
  src += "&csp=" + escape(curTest.policy);
  document.getElementById("testframe").src = src;
}

</script>
</body>
</html>

Messung V0.5
C=96 H=94 G=94

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge