diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-27 15:13:00 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-27 15:13:00 +0100 |
commit | 8ea2c0d5edd99760019daacee9356a6810ebf51a (patch) | |
tree | 04e4ba4b9ce72527f21ea6b832e1abbcfdf317d0 /testing | |
parent | 9c4aef8675858dde7d48fb565dedf5699a83e570 (diff) | |
download | uxp-8ea2c0d5edd99760019daacee9356a6810ebf51a.tar.gz |
Issue #1498 - Part 4: Remove clearPreloads.
Also tag #1280
Diffstat (limited to 'testing')
-rw-r--r-- | testing/marionette/cert.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/marionette/cert.js b/testing/marionette/cert.js index c0b24d23bf..e54129c576 100644 --- a/testing/marionette/cert.js +++ b/testing/marionette/cert.js @@ -134,7 +134,6 @@ cert.InsecureSweepingOverride = function() { // clear collected HSTS and HPKP state // through the site security service sss.clearAll(); - sss.clearPreloads(); }, }; }; |