Explicitly disable parsing JavaScript markup in email bodies

Fixes #78, https://bugzilla.gnome.org/show_bug.cgi?id=713656
This commit is contained in:
Michael Gratton 2019-09-07 19:17:32 +10:00
parent 2d64dbf663
commit 597e6d7d8a
2 changed files with 2 additions and 1 deletions

View file

@ -61,7 +61,7 @@ add_project_arguments([
target_glib = '2.54' # Also passed to valac, so don't include a point rev
target_gtk = '3.24.7'
target_webkit = '2.20'
target_webkit = '2.24'
# Primary deps
glib = dependency('glib-2.0', version: '>=' + target_glib)