Skip to content

BLINK_FEATURES_HTML_CHECK

Lorenzo Stella edited this page Dec 2, 2020 · 7 revisions

BLINK_FEATURES_CHECK - Do not use Chromium’s experimental features

The blinkFeatures / enableBlinkFeatures flag can be used to enable selectively Blink (Chromium web browser engine) features, which increases the overall attack surface for production applications.


Risk

Experimental features may introduce bugs and increase the application attack surface.

Auditing

Search for blinkFeatures / enableBlinkFeatures flags set to true within webview tags:

<webview src="https://doyensec.com/" blinkfeatures="PreciseMemoryInfo,CSSVariables"></webview>

References