mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 19:29:24 +02:00
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
14 lines
267 B
HTML
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>
|