sandbox method

Iframe sandbox(
  1. String s
)

Implementation

Iframe sandbox(String s) {
  attr('sandbox', StringAttribute(s));
  return this;
}