You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Fix: Reynard browser crashing / conflicting - Added a _dyld_image_count() scan for "mozglue" in %ctor, before loadPrefs() and the WKContentRuleListStore call. If found, returns immediately. Gecko apps have no WKWebView attack surface to protect, so skipping them is both correct and necessary. The check covers all current and future Gecko-based browsers generically, not just Reynard by bundle ID.