objectSrc method
Sets the object-src directive.
Implementation
ContentSecurityPolicy objectSrc(List<String> sources) {
_directives['object-src'] = sources;
return this;
}
Sets the object-src directive.
ContentSecurityPolicy objectSrc(List<String> sources) {
_directives['object-src'] = sources;
return this;
}