mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
62ac167339
* roll Chromium to version 86, r800071 * roll Chrome DevTools protocol version to 0.0.799653 * fix HTTPRequest.continue after * CDP: accept post data in the binary form in Fetch.continueRequest. https://chromium-review.googlesource.com/c/chromium/src/+/2315239 * update new-docs
24 lines
1.6 KiB
Markdown
24 lines
1.6 KiB
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)
|
|
|
|
## Protocol.Audits.ContentSecurityPolicyIssueDetails interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface ContentSecurityPolicyIssueDetails
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [blockedURL](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.blockedurl.md) | string | The url not included in allowed sources. |
|
|
| [contentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.contentsecuritypolicyviolationtype.md) | [ContentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyviolationtype.md) | |
|
|
| [frameAncestor](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.frameancestor.md) | [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md) | |
|
|
| [sourceCodeLocation](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.sourcecodelocation.md) | [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) | |
|
|
| [violatedDirective](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violateddirective.md) | string | Specific directive that is violated, causing the CSP issue. |
|
|
| [violatingNodeId](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violatingnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | |
|
|
|