Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/similar/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 2 kB image not shown  

Quelle  nsICookieValidation.idl   Sprache: unbekannt

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#include "nsISupports.idl"

[scriptable, builtinclass, uuid(79c99e25-8b06-4e68-8935-bdbe22fa4010)]
interface nsICookieValidation : nsISupports
{
  cenum ValidationError : 32 {
    eOK,
    eRejectedEmptyNameAndValue,
    eRejectedNameValueOversize,
    eRejectedInvalidCharName,
    eRejectedInvalidCharValue,
    eRejectedInvalidPath,
    eRejectedInvalidDomain,
    eRejectedInvalidPrefix,
    eRejectedNoneRequiresSecure,
    eRejectedPartitionedRequiresSecure,
    eRejectedHttpOnlyButFromScript,
    eRejectedSecureButNonHttps,
    eRejectedForNonSameSiteness,
    eRejectedAttributePathOversize,
    eRejectedAttributeDomainOversize,
    eRejectedAttributeExpiryOversize,
  };

  readonly attribute nsICookieValidation_ValidationError result;

  // This returns an empty string if the result is `eOK`.
  readonly attribute AString errorString;
};

Messung V0.5 in Prozent
C=96 H=98 G=96

[Dauer der Verarbeitung: 0.23 Sekunden, vorverarbeitet 2026-08-25]