We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a27d43 commit 2109237Copy full SHA for 2109237
1 file changed
config/initializers/grover.rb
@@ -17,7 +17,14 @@
17
18
unless Rails.env.development?
19
options[:executable_path] = '/usr/bin/chromium'
20
- options[:launch_args] = ['--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage']
+ options[:launch_args] = [
21
+ '--no-sandbox',
22
+ '--disable-setuid-sandbox',
23
+ '--disable-dev-shm-usage',
24
+ '--disable-gpu',
25
+ '--disable-software-rasterizer',
26
+ '--hide-scrollbars'
27
+ ]
28
end
29
30
config.options = options
0 commit comments