gecko-dev/toolkit/components/extensions/test/xpcshell/data/file_script.html
Shane Caraveo 587f136929 Bug 1530408 disable alt-data if possible when creating a StreamFilter r=valentin,zombie
If an extension creates a stream filter early enough, we can
disable the use of the alt-data cache allowing the extension to properly
handle filtering.

Differential Revision: https://phabricator.services.mozilla.com/D68641

--HG--
extra : moz-landing-system : lando
2020-04-11 00:19:07 +00:00

14 lines
267 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<script type="application/javascript" src="file_script_good.js"></script>
<script type="application/javascript" src="file_script_bad.js"></script>
</head>
<body>
<div id="test">Sample text</div>
</body>
</html>