summaryrefslogtreecommitdiffstats
path: root/testing/talos
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos')
-rw-r--r--testing/talos/talos/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/talos/talos/test.py b/testing/talos/talos/test.py
index 0de9f19bb..dc1306b8e 100644
--- a/testing/talos/talos/test.py
+++ b/testing/talos/talos/test.py
@@ -194,6 +194,7 @@ class tpaint(TsBase):
tpmozafterpaint = True
filters = filter.ignore_first.prepare(5) + filter.median.prepare()
unit = 'ms'
+ preferences = {'security.data_uri.block_toplevel_data_uri_navigations': False}
@register_test()