Hi,
My problem is:
- My NativeApp only accept specifies in manifest file => So, I can ensure exactly what's Extension can communicate with Native App. => It's ỌK!
- BUT Extension does not know exactly Native App that it's communicating! I mean because Extension find Native App through registry key => attacker can change this registry and point to attacker's Native App => Extension will connect with attacker's Native App
=> So, Is there way Extension or Javascript can check Native App is fake?
=> OR, How to Extension specifies exactly Native App that can communication with Extension?
Thanks!