14 lines
657 B
Markdown
14 lines
657 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) > [violatedDirective](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violateddirective.md)
|
||
|
|
||
|
## Protocol.Audits.ContentSecurityPolicyIssueDetails.violatedDirective property
|
||
|
|
||
|
Specific directive that is violated, causing the CSP issue.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
violatedDirective: string;
|
||
|
```
|