blob: 884d783354cfd30c94dd5c9a1a796708922a00b3 [file] [log] [blame]
// Copyright 2020 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.
// https://wicg.github.io/sanitizer-api/#sanitizer-api
dictionary SanitizerConfig {
sequence<DOMString> allowElements;
sequence<DOMString> dropElements;
sequence<DOMString> allowAttributes;
sequence<DOMString> dropAttributes;
};