views:

17

answers:

0

Hi,

I want to implement simple access control policies for Chrome where in it can block or accept any scripts based on some predefined permissions. I have achieved some part of it by storing the permissions for the scripts as its attributes. But now i am not sure how to intercept the DOM and use these permissions to take the corrective actions.

I had downloaded the source code of google chrome and have build it as well. Some insights on how to proceed would help me greatly.

Thanks in advance,

Karthik

related questions