Changes

Jump to: navigation, search

B2G/FAQ/Apps

1 byte removed, 10:01, 14 August 2013
no edit summary
We don't report performance data per device. We recommend testing on target hardware that Mozilla can provide.
 ; How does the security system work? We're curious about the security system as the source of web app can be easily obtained like other web.
Many perspectives of system or user security concerns are addressed in [https://developer.mozilla.org/en/docs/Mozilla/Firefox_OS/Security official documentation].
In summarize, each app runs in its own profile which separates runtime and persisted data between apps. This prevents other apps to look into your code or data.
 
; We're curious about the security system as the source of web app can be easily obtained like other web. It's easy to open the source level of html5. Can we resolve those security issues with packaging?
To protect developers properties, you can refer to webpage games. running optimizer before publish your webapp can protect your resources. Moving some intelligent operations to server side also helps.
 
; It's easy to open the source level of html5. Can we resolve those security issues with packaging?
For "content protection", If your source code is generated by [http://emscripten.org Emscripten] or process by obfuscator or optimzer ex [https://developers.google.com/closure google closure tool], your original source code is as protected as any platforms that runs byte code.
Confirm
681
edits

Navigation menu