You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/_locales/en/messages.json
+9-2
Original file line number
Diff line number
Diff line change
@@ -813,8 +813,12 @@
813
813
"options_rule_limits_dynamic_user_rules": {
814
814
"message": "User-added rules, such as <user_rules>user rules<\/user_rules>, <allowlist>allowlisted websites<\/allowlist>, <custom_filters>custom filters<\/custom_filters>, and <quick_fixes>Quick Fixes filter<\/quick_fixes>"
815
815
},
816
+
"options_rule_limits_dynamic_unsafe": {
817
+
"description": "Note: First dollar sign is used to escape the second one, so eventually only one dollar sign will be displayed",
818
+
"message": "Unsafe dynamic rules (used for some advanced modifiers, such as $$redirect or $$cookie) — included in user-added rules"
819
+
},
816
820
"options_rule_limits_dynamic_regex": {
817
-
"message": "Regex rules — included in the above"
821
+
"message": "Regex rules — included in user-added rules"
818
822
},
819
823
"options_rule_limits_static_rulesets": {
820
824
"message": "Static rulesets"
@@ -879,6 +883,9 @@
879
883
"options_limits_warning_dynamic_rules": {
880
884
"message": "You've reached the limit of user-added rules. %maximum% of %current% rules are enabled."
881
885
},
886
+
"options_limits_warning_dynamic_unsafe_rules": {
887
+
"message": "You've reached the limit of user-added unsafe rules. %maximum% of %current% unsafe rules are enabled."
888
+
},
882
889
"options_limits_warning_dynamic_regex_rules": {
883
890
"message": "You've reached the limit of user-added regex rules. %maximum% of %current% regex rules are enabled."
0 commit comments