dom/locales/en-US/chrome/security/csp.properties

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     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 # CSP Warnings:
     6 # LOCALIZATION NOTE (CSPViolation):
     7 # %1$S is the reason why the resource has not been loaded.
     8 CSPViolation = The page's settings blocked the loading of a resource: %1$S
     9 # LOCALIZATION NOTE (CSPViolationWithURI):
    10 # %1$S is the directive that has been violated.
    11 # %2$S is the URI of the resource which violated the directive.
    12 CSPViolationWithURI = The page's settings blocked the loading of a resource at %2$S ("%1$S").
    13 # LOCALIZATION NOTE (triedToSendReport):
    14 # %1$S is the URI we attempted to send a report to.
    15 triedToSendReport = Tried to send report to invalid URI: "%1$S"
    16 # LOCALIZATION NOTE (errorWas):
    17 # %1$S is the error resulting from attempting to send the report
    18 errorWas = error was: "%1$S"
    19 # LOCALIZATION NOTE (couldNotParseReportURI):
    20 # %1$S is the report URI that could not be parsed
    21 couldNotParseReportURI = couldn't parse report URI: %1$S
    22 # LOCALIZATION NOTE (couldNotProcessUnknownDirective):
    23 # %1$S is the unknown directive
    24 couldNotProcessUnknownDirective = Couldn't process unknown directive '%1$S'
    25 # LOCALIZATION NOTE (ignoringUnknownOption):
    26 # %1$S is the option that could not be understood
    27 ignoringUnknownOption = Ignoring unknown option %1$S
    28 # LOCALIZATION NOTE (reportURInotHttpsOrHttp2):
    29 # %1$S is the ETLD of the report URI that is not HTTP or HTTPS
    30 reportURInotHttpsOrHttp2 = The report URI (%1$S) should be an HTTP or HTTPS URI.
    31 # LOCALIZATION NOTE (reportURInotInReportOnlyHeader):
    32 # %1$S is the ETLD of the page with the policy
    33 reportURInotInReportOnlyHeader = This site (%1$S) has a Report-Only policy without a report URI. CSP will not block and cannot report violations of this policy.
    34 # LOCALIZATION NOTE (pageCannotSendReportsTo):
    35 # %1$S is the URI of the page with the policy
    36 # %2$S is the report URI that could not be used
    37 pageCannotSendReportsTo = page on %1$S cannot send reports to %2$S
    38 allowOrDefaultSrcRequired = 'allow' or 'default-src' directive required but not present.  Reverting to "default-src 'none'"
    39 # LOCALIZATION NOTE (failedToParseUnrecognizedSource):
    40 # %1$S is the CSP Source that could not be parsed
    41 failedToParseUnrecognizedSource = Failed to parse unrecognized source %1$S
    42 # LOCALIZATION NOTE (reportPostRedirect):
    43 # %1$S is the specified report URI before redirect
    44 reportPostRedirect = Post of violation report to %1$S failed, as a redirect occurred
    45 # LOCALIZATION NOTE (allowDirectiveIsDeprecated):
    46 # Don't translate "allow" and "default-src" as they are keywords and part of
    47 # the CSP protocol syntax.
    48 allowDirectiveIsDeprecated = allow directive is deprecated, use the equivalent default-src directive instead
    49 # LOCALIZATION NOTE (inlineScriptBlocked):
    50 # inline script refers to JavaScript code that is embedded into the HTML document.
    51 inlineScriptBlocked = An attempt to execute inline scripts has been blocked
    52 # LOCALIZATION NOTE (inlineStyleBlocked):
    53 # inline style refers to CSS code that is embedded into the HTML document.
    54 inlineStyleBlocked = An attempt to apply inline style sheets has been blocked
    55 # LOCALIZATION NOTE (scriptFromStringBlocked):
    56 # eval is a name and should not be localized.
    57 scriptFromStringBlocked = An attempt to call JavaScript from a string (by calling a function like eval) has been blocked
    58 # LOCALIZATION NOTE (hostNameMightBeKeyword):
    59 # %1$S is the hostname in question and %2$S is the keyword
    60 hostNameMightBeKeyword = Interpreting %1$S as a hostname, not a keyword. If you intended this to be a keyword, use '%2$S' (wrapped in single quotes).
    62 # CSP Errors:
    63 policyURINotAlone = policy-uri directive can only appear alone
    64 noParentRequest = The policy-uri cannot be fetched without a parent request and a CSP.
    65 # LOCALIZATION NOTE (policyURIParseError):
    66 # %1$S is the URI that could not be parsed
    67 policyURIParseError = could not parse URI in policy URI: %1$S
    68 # LOCALIZATION NOTE (nonMatchingHost):
    69 # %1$S is the URI host that does not match
    70 nonMatchingHost = can't fetch policy uri from non-matching hostname: %1$S
    71 # LOCALIZATION NOTE (nonMatchingPort):
    72 # %1$S is the URI port that does not match
    73 nonMatchingPort = can't fetch policy uri from non-matching port: %1$S
    74 # LOCALIZATION NOTE (nonMatchingScheme):
    75 # %1$S is the URI scheme that does not match
    76 nonMatchingScheme = can't fetch policy uri from non-matching scheme: %1$S
    77 # LOCALIZATION NOTE (errorFetchingPolicy):
    78 # %1$S is the error that caused fetching to fail
    79 errorFetchingPolicy = Error fetching policy-uri: %1$S
    80 cspSourceNotURI = Provided argument is not an nsIURI
    81 argumentIsNotString = Provided argument is not a string
    82 selfDataNotProvided = Can't use 'self' if self data is not provided
    83 # LOCALIZATION NOTE (uriWithoutScheme):
    84 # %1$S is the URI without a scheme
    85 uriWithoutScheme = can't parse a URI without a scheme: %1$S
    86 selfKeywordNoSelfData = self keyword used, but no self data specified
    87 # LOCALIZATION NOTE (couldntParseInvalidSource):
    88 # %1$S is the source that could not be parsed
    89 couldntParseInvalidSource = Couldn't parse invalid source %1$S
    90 # LOCALIZATION NOTE (hostSourceWithoutData):
    91 # %1$S is the source
    92 hostSourceWithoutData = Can't create host-only source %1$S without 'self' data
    93 # LOCALIZATION NOTE (sourceWithoutData):
    94 # %1$S is the source
    95 sourceWithoutData = Can't create source %1$S without 'self' data
    96 # LOCALIZATION NOTE (couldntParseInvalidHost):
    97 # %1$S is the host that's invalid
    98 couldntParseInvalidHost = Couldn't parse invalid host %1$S
    99 # LOCALIZATION NOTE (couldntParseScheme):
   100 # %1$S is the string source
   101 couldntParseScheme = Couldn't parse scheme in %1$S
   102 # LOCALIZATION NOTE (couldntParsePort):
   103 # %1$S is the string source
   104 couldntParsePort = Couldn't parse port in %1$S
   105 # LOCALIZATION NOTE (notIntersectPort):
   106 # %1$S is one source we tried to intersect
   107 # %2$S is the other
   108 notIntersectPort = Could not intersect %1$S with %2$S due to port problems.
   109 # LOCALIZATION NOTE (notIntersectScheme):
   110 # %1$S is one source we tried to intersect
   111 # %2$S is the other
   112 notIntersectScheme = Could not intersect %1$S with %2$S due to scheme problems.
   113 # LOCALIZATION NOTE (intersectingSourceWithUndefinedHost):
   114 # %1$S is the source
   115 intersectingSourceWithUndefinedHost = intersecting source with undefined host: %1$S
   116 # LOCALIZATION NOTE (intersectingSourcesWithUndefinedHosts):
   117 # %1$S is the first source
   118 # %2$S is the second source
   119 intersectingSourcesWithUndefinedHosts = intersecting two sources with undefined hosts: %1$S and %2$S
   120 # LOCALIZATION NOTE (duplicateDirective):
   121 # %1$S is the name of the duplicate directive
   122 duplicateDirective = Duplicate %1$S directives detected.  All but the first instance will be ignored.

mercurial