提问人:Rainker 提问时间:11/3/2023 更新时间:11/3/2023 访问量:14
Burp Suite 提供的浏览器 (Chromium) 中的 mp4 文件不会自动播放吗?
Doesn't the mp4 file autoplay in the browser (Chromium) provided by Burp Suite?
问:
当我访问我创建的站点的 /index 时,播放了 mp4 文件。
使用的浏览器是 Burp Suite 提供的浏览器 (Chromium)。
它玩得很好,但奇怪的是它现在不玩了。
从 Chrome 浏览器访问时,mp4 文件会自动播放,但奇怪的是,它无法在 Burp Suite (Chromium) 提供的浏览器中播放。
原因是什么?
我正在使用 Burp Suite 社区版本,它是最新版本。
Burp Suite 提供的浏览器 (Chromium) 中的 mp4 文件不会自动播放吗?
.....
<div class="video-container">
<video autoplay muted loop playsinline>
<source src="/themes/core-beta/static/img/test3.mp4" type="video/mp4">
</video>
</div>
.....
再一次,它在原始 Burp Suite 提供的浏览器 (Chromium) 中运行良好。
我不知道为什么它突然不起作用。
答: 暂无答案
评论