v2.31.4

spider-rs/spiderv2.31.4Feb 23, 2025by j-mendez

AI Summary

Enhanced Chrome with document reload protection and improved firewall protection, while optimizing performance by removing unnecessary indirections and fixing initialization issues.

Key Highlights

  • Document reload protection
  • Firewall feature flag enabled
  • Removed box indirections
  • Fixed initial page status/retry
  • Fixed shutdown

New Features

  • Reload protection
  • Firewall protection
  • Performance optimization
  • Bug fixes

Full Release Notes

# Whats Changed

Chrome now manages document reloading to prevent infinite page reloading through scripting.
The firewall feature flag now enables the firewall protection via networking on chrome as well for an improved ad, tracking, and malice website blocker.

* chore(chrome): add infinite loop document reload protection
* chore(chrome): add to block list
* chore(chrome): add firewall feature flag.
* perf(conf): remove box indirection proxies, whitelist, and blacklist
* chore(chrome): fix initial page status code set
* chore(chrome): add missing initial page retry
* chore(budget): fix shutdown

**Full Changelog**: https://github.com/spider-rs/spider/compare/v2.30.3...v2.31.5