blob: c70e2728bf3230c92dffd26e0d030f9cef1a9e53 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
fetch('/site_isolation/nosniff.json')
.then(response => response.text())
.then(text => domAutomationController.send('BODY: ' + text))
.catch(err => domAutomationController.send('ERROR: ' + err));