Skip to content
  • Patrick Griffis's avatar
    Store web extension settings in a keyfile · adfd8725
    Patrick Griffis authored and Michael Catanzaro's avatar Michael Catanzaro committed
    When the WebKitGTK sandbox is enabled the web processes
    will not have access to DConf so these will not work.
    
    They do however have read access to our private directories
    so we can simply write a keyfile there and load them from the
    web extensions.
    
    The keyfile is simply kept in sync with the host DConf so all
    previous usage continues to work as expected.
    adfd8725