Bug 1890277: part 4) Add CSPParser support for the `trusted-types` directive, guarded...
[gecko.git] / netwerk / dns / nsIDNSAdditionalInfo.idl
blob4f266d7937f7ed524885bd50b0f9531449912cfe
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
7 [scriptable, builtinclass, uuid(74db2955-6298-4d82-a3b9-7f9e8ba9e854)]
8 interface nsIDNSAdditionalInfo : nsISupports
10 readonly attribute int32_t port;
11 readonly attribute ACString resolverURL;