Project

General

Profile

Bug #13188

Updated by Tom Clegg about 6 years ago

The API server, when using our default configuration, prints this warning on every startup: 

 <pre> 
 Called 'load' without the :safe option -- defaulting to safe mode. 
 You can avoid this warning in the future by setting the SafeYAML::OPTIONS[:default_mode] option (to :safe or :unsafe). 
 </pre> 

 There should be no warnings when starting up the server and running rake tasks. 
 at startup.

Back