security property

security property

This property allows you to set a number of restrictions on the content loaded in the frame, for example, block forms and scripts. Refer to article about sandboxing.

Definition:

@property
def security(self):
    ...
@security.setter
def security(self, value):
    ...

See Also