[M94 Migration][DA] Disable autofill feature. 98/292298/4
authorK.Y. Lee <k-y.lee@samsung.com>
Thu, 7 May 2020 23:10:30 +0000 (08:10 +0900)
committerBot Blink <blinkbot@samsung.com>
Thu, 11 May 2023 07:34:00 +0000 (07:34 +0000)
In FHUB, Browser doesn't provide privacy reset menu.
If users save passwords, They cannot remove them.
So,With DA feature, Autofill has to be disabled.

Ref: https://review.tizen.org/gerrit/#/c/232824/

Change-Id: Ib752825bfd7cd7bfc0b64fad0fc5b8d32fb9fd7d
Signed-off-by: K.Y. Lee <k-y.lee@samsung.com>
tizen_src/build/config/tizen_features.gni

index 4342b383466c426ffd839b1b5079423445054e69..76ce22ba1d2a4c42e4c8e6d9913ef139c51c67da 100644 (file)
@@ -126,6 +126,9 @@ if (is_tizen) {
   if (tizen_product_tv) {
     tizen_autofill_fw = true
   }
+  if(tizen_product_da){
+    tizen_autofill = false
+  }
 }
 
 if (is_tizen && tizen_multimedia_support) {