Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECMAScript 5 lockdown. #166

Open
zackferraro opened this issue Apr 25, 2014 · 1 comment
Open

ECMAScript 5 lockdown. #166

zackferraro opened this issue Apr 25, 2014 · 1 comment

Comments

@zackferraro
Copy link

Protect App from other Apps
Protect Container from Apps

I feel that there needs to be a security discussion for non-iframed F2 Apps, if only for the sake of satisfying corporate security watchdogs.

I'm experimenting with some ECMAScript5 tools (Object.defineProperty) to further lock down the F2 object from malicious apps. My goal is that everything that can be overridden should be overridden through the config method provided, and only the container would be able to use [the config method] with the container token, and locking down the native functions otherwise. We'll see how it turns out in testing.

@zackferraro zackferraro added this to the 2.0 milestone Apr 25, 2014
@zackferraro zackferraro self-assigned this Apr 25, 2014
@ilinkuo
Copy link

ilinkuo commented Apr 25, 2014

+1

@brianbaker brianbaker added enhancement and removed v2 labels Jul 20, 2021
@brianbaker brianbaker removed this from the 2.0 milestone Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants