Hello, I already asked Mr. @Catsxp to disable the captive portal, and he generously added a commit to disable the captive portal months ago, and we should add in StartupParm setting : --disable-captive-portals
but now I'm discovering this new flag in chromum 132 and chromium 136 to enable/disable captive portal :
chrome://flags/#disable-captive-portals
Will this flag will cause any conflicts with the commit Catsxp added to disable the captive portal?
The new flag of chromium 136 : #disable-captive-portals
-
- 帖子: 76
- 注册时间: 2025年 1月 17日 21:20
-
- 帖子: 1
- 注册时间: 2025年 5月 20日 09:37
Re: The new flag of chromium 136 : #disable-captive-portals
The chrome://flags/#disable-captive-portals flag in Chromium 132/136 should not conflict with Catsxp’s --disable-captive-portals commit, as both disable the same feature. You can safely enable the flag (if available in Catsxp’s Chromium version) or rely on the existing commit. For your proposed --disable-cache-and-cookies, implement it as described with --disk-cache-size=0, --media-cache-size=0, --disk-cache-dir=/dev/null (or NUL), and --clear-cookies-on-startup. Add it to StartupParm alongside --disable-captive-portals for a seamless solution to both reCAPTCHA loops and SSD wear.
-
- 帖子: 76
- 注册时间: 2025年 1月 17日 21:20
Re: The new flag of chromium 136 : #disable-captive-portals
Interesting, thanks for explanation 
