Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 174 Bytes

ignore-https-errors.md

File metadata and controls

12 lines (10 loc) · 174 Bytes
title weight
Ignore HTTPS errors
11

You can ignore HTTPS errors, if necessary.

Browsershot::url('https://example.com')
   ->ignoreHttpsErrors()
   ...