This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.epiphany.host.gschema.xml is in epiphany-browser-data 3.22.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<schemalist>
  <enum id="org.gnome.Epiphany.host.permissions">
    <value nick="undecided" value="-1"/>
    <value nick="deny" value="0"/>
    <value nick="allow" value="1"/>
  </enum>

  <schema id="org.gnome.Epiphany.host" gettext-domain="">
    <key name="notifications-permission" enum="org.gnome.Epiphany.host.permissions">
      <default>"undecided"</default>
    </key>
  </schema>
</schemalist>