This document proposes a runtime behavior-based browser solution called Browser Guard to protect against drive-by download attacks. Browser Guard monitors the download behavior of files loaded in the browser and restricts execution of any automatically downloaded files without user consent. It works in two phases, first distinguishing trusted from malicious files based on download context, then prohibiting execution of files on the blacklist. The solution aims to enhance browser security without requiring file/script analysis or reputation checks.