Skip to content
Snippets Groups Projects
Commit 451bccbb authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Abrowser: Remove Google API key

parent ea1615c7
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,10 @@ sed 's/1204/60/g; s/1210/65/g; s/1404/70/g' -i debian/config/mozconfig.in debian
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
# Remove Google API key
rm debian/ga debian/go
sed '/Google API/,$ d' debian/config/mozconfig.in -i
# Disable DRM support
echo ac_add_options --disable-eme >> debian/config/mozconfig.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment