View | Details | Raw Unified | Return to bug 38365
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/csp_report_body.yaml (-4 / +3 lines)
Lines 41-49 properties: Link Here
41
    maximum: 999999
41
    maximum: 999999
42
    minimum: 0
42
    minimum: 0
43
  sample:
43
  sample:
44
      type: string
44
    type: string
45
      description: First 40 characters of the inline script that caused the violation
45
    description: First 40 characters of the inline script that caused the violation
46
      maxLength: 41
46
    maxLength: 41
47
  sourceFile:
47
  sourceFile:
48
    type: string
48
    type: string
49
    description: The URI of the script where the violation occurred
49
    description: The URI of the script where the violation occurred
50
- 

Return to bug 38365