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
SpeedReader currently falls back to normal page rendering if no content is found as defined by having less than a threshold (500) bytes in the output buffer. This is potentially fragile because there might be more boilerplate content than that.
Steps to Reproduce
N/A
Actual result:
Hardcoded threshold value
Expected result:
Should propagate information on whether there was any content matching content rules from rewriting library back to url loader.
Description
SpeedReader currently falls back to normal page rendering if no content is found as defined by having less than a threshold (500) bytes in the output buffer. This is potentially fragile because there might be more boilerplate content than that.
Steps to Reproduce
N/A
Actual result:
Hardcoded threshold value
Expected result:
Should propagate information on whether there was any content matching content rules from rewriting library back to url loader.
Reproduces how often:
N/A
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: