summaryrefslogtreecommitdiff
path: root/dom
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-12-08 23:10:14 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-07 23:54:44 +0200
commite0e12932bc933978cf151d038616e6c88f0f2b4c (patch)
treeec7a1b8e6664d786d7c07725130e183b3bfc3584 /dom
parent9a1e152ba30ab26a5f05326dab5dee0fab6e9b32 (diff)
downloaduxp-e0e12932bc933978cf151d038616e6c88f0f2b4c.tar.gz
[Docshell] Implement reload flood guard
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 1f43a4389f..60104a63ad 100644
--- a/dom/locales/en-US/chrome/dom/dom.properties
+++ b/dom/locales/en-US/chrome/dom/dom.properties
@@ -318,3 +318,5 @@ LargeAllocationInIFrame=A Large-Allocation header was ignored due to the load oc
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.
+# LOCALIZATION NOTE: Do not translate "Reload"
+ReloadFloodingPrevented=Call to Reload ignored due to excessive calls within a short timeframe.