Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 216 Bytes

disable-sandboxing.md

File metadata and controls

12 lines (10 loc) · 216 Bytes
title weight
Disable sandboxing
7

When running Linux in certain virtualization environments it might need to disable sandboxing.

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