[dom]
Bug 843311 - update CSP report-uri parsing to be spec compliant
--- a/dom/chrome/security/csp.properties
+++ b/dom/chrome/security/csp.properties
@@ -20,16 +20,19 @@ errorWas = L'erreur était : « %1$S »
# %1$S is the report URI that could not be parsed
couldNotParseReportURI = Impossible d'analyser l'URI du rapport : %1$S
# LOCALIZATION NOTE (couldNotProcessUnknownDirective):
# %1$S is the unknown directive
couldNotProcessUnknownDirective = Impossible de procéder à la directive inconnue « %1$S »
# LOCALIZATION NOTE (ignoringUnknownOption):
# %1$S is the option that could not be understood
ignoringUnknownOption = L'option inconnue « %1$S » a été ignorée.
+# LOCALIZATION NOTE (reportURInotHttpsOrHttp2):
+# %1$S is the ETLD of the report URI that is not HTTP or HTTPS
+reportURInotHttpsOrHttp2 = L'URI du rapport (%1$S) doit être de type HTTP ou HTTPS.
# LOCALIZATION NOTE (reportURInotETLDPlus1):
# %1$S is the ETLD of the report URI that could not be used
reportURInotETLDPlus1 = L'URI du rapport (%1$S) doit provenir du même eTLD+1.
# LOCALIZATION NOTE (reportURInotSameSchemeAsSelf, reportURInotSamePortAsSelf):
# %1$S is the report URI that could not be used
reportURInotSameSchemeAsSelf = L'URI du rapport (%1$S) doit utiliser le même schéma que le document d'origine.
reportURInotSamePortAsSelf = L'URI du rapport (%1$S) doit utiliser le même port que le document d'origine.
# LOCALIZATION NOTE (pageCannotSendReportsTo):