[dom]
Bug 1010953 - different message for CSP-Report Only to devtools console
--- a/dom/chrome/security/csp.properties
+++ b/dom/chrome/security/csp.properties
@@ -5,16 +5,23 @@
# CSP Warnings:
# LOCALIZATION NOTE (CSPViolation):
# %1$S is the reason why the resource has not been loaded.
CSPViolation = Les paramètres de la page ont empêché le chargement d'une ressource : %1$S
# LOCALIZATION NOTE (CSPViolationWithURI):
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPViolationWithURI = Les paramètres de la page ont empêché le chargement d'une ressource à %2$S (« %1$S »).
+# LOCALIZATION NOTE (CSPROViolation):
+# %1$S is the reason why the resource has not been loaded.
+CSPROViolation = Une violation de politique CSP report-only (« %1$S ») s'est produite. Le comportement a été autorisé et un rapport CSP a été envoyé.
+# LOCALIZATION NOTE (CSPROViolationWithURI):
+# %1$S is the directive that has been violated.
+# %2$S is the URI of the resource which violated the directive.
+CSPROViolationWithURI = Les paramètres de la page ont empêché le chargement d'une ressource à %2$S (« %1$S »). Un rapport CSP est en cours d'envoi.
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Tentative d'envoi du rapport de l'URI invalide : « %1$S »
# LOCALIZATION NOTE (errorWas):
# %1$S is the error resulting from attempting to send the report
errorWas = L'erreur était : « %1$S »
# LOCALIZATION NOTE (couldNotParseReportURI):
# %1$S is the report URI that could not be parsed