:right-sidebar: True InsecureContentEvent =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: InsecureContentEvent :no-contents-entry: Enum values used to denote the different events which can trigger the detection of insecure content. Fields ------ .. rst-class:: interim-class .. class:: InsecureContentEvent :no-index: .. attribute:: DISPLAYED Insecure content has been detected by trying to display any kind of resource (e.g. an image) from an untrusted source. .. attribute:: RUN Insecure content has been detected by trying to execute any kind of logic (e.g. a script) from an untrusted source.