summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-02-16 12:13:16 +0000
committerMoonchild <moonchild@palemoon.org>2021-02-16 12:13:16 +0000
commit2103a2283b68d0bc147905259f5d7ac94bce6f60 (patch)
treefbf66b790e1af8580d54a22473759ca514587482 /dom
parent8f663e3bcd14cb2a6a25771f51620233f276ec05 (diff)
downloadUXP-2103a2283b68d0bc147905259f5d7ac94bce6f60.tar
UXP-2103a2283b68d0bc147905259f5d7ac94bce6f60.tar.gz
UXP-2103a2283b68d0bc147905259f5d7ac94bce6f60.tar.lz
UXP-2103a2283b68d0bc147905259f5d7ac94bce6f60.tar.xz
UXP-2103a2283b68d0bc147905259f5d7ac94bce6f60.zip
Issue #1688 - Add flood guard to state change logic.
Diffstat (limited to 'dom')
-rw-r--r--dom/locales/en-US/chrome/dom/dom.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/locales/en-US/chrome/dom/dom.properties b/dom/locales/en-US/chrome/dom/dom.properties
index 6bd3aac94..1f43a4389 100644
--- a/dom/locales/en-US/chrome/dom/dom.properties
+++ b/dom/locales/en-US/chrome/dom/dom.properties
@@ -316,3 +316,5 @@ LargeAllocationRelatedBrowsingContexts=A Large-Allocation header was ignored due
LargeAllocationInIFrame=A Large-Allocation header was ignored due to the load occuring within an iframe.
# LOCALIZATION NOTE: Do not translate "Large-Allocation", as it is a literal header name
LargeAllocationNonE10S=A Large-Allocation header was ignored due to the document not being loaded out of process.
+# LOCALIZATION NOTE: Do not translate "pushState" and "replaceState"
+PushStateFloodingPrevented=Call to pushState or replaceState ignored due to excessive calls within a short timeframe.