HTML5 demo IVI support was dropped in AGL IVI demo.
But that guest support was not removed completely.
This patch remove HTML5 demo IVI support from momiweb
Bug-AGL: SPEC-5262
Change-Id: I0f48b0df0020c4b51419f3fe0e88cb2a0724defa
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
$HTTP["url"] =~ "^/cgi-bin" {
cgi.assign = ( ".cgi" => "/bin/sh")
}
+setenv.set-response-header = (
+ "x-content-type-options" => "nosniff",
+)
+mimetype.assign += ( ".svg" => "image/svg+xml" )
PV = "0.1.0"
-SRC_URI = "git://github.com/agl-ic-eg/momiweb.git;protocol=https;branch=main \
+SRC_URI = "git://github.com/agl-ic-eg/momiweb.git;protocol=https;branch=agl-master \
file://momiweb.conf \
"
-SRCREV = "cfdfdd670a83558a408bafa7b0262381313b907d"
+SRCREV = "e720ea92df37da05ba33fc7abb4c4822f58dbcf1"
S = "${WORKDIR}/git"