[dom]
Bug 843311 - update CSP report-uri parsing to be spec compliant
--- a/dom/chrome/security/csp.properties
+++ b/dom/chrome/security/csp.properties
@@ -26,20 +26,16 @@ couldNotProcessUnknownDirective = Impossible de procéder à la directive inconnue « %1$S »
# %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):
# %1$S is the URI of the page with the policy
# %2$S is the report URI that could not be used
pageCannotSendReportsTo = La page sur %1$S ne peut pas envoyer de rapports à %2$S
allowOrDefaultSrcRequired = Les directives requises « allow » ou « default-src » sont absentes. Retour à « default-src 'none' »
# LOCALIZATION NOTE (failedToParseUnrecognizedSource):
# %1$S is the CSP Source that could not be parsed
failedToParseUnrecognizedSource = Impossible d'analyser la source non-reconnue %1$S