sitediff icon indicating copy to clipboard operation
sitediff copied to clipboard

Allow separate curl_opts for before and after

Open SomeBdyElse opened this issue 2 years ago • 0 comments

Right now it seems impossible to define independent curl_opts (such as basic auth credentials) for before and after. Both sections will be overridden by the global curl_opts, even if the global curl_opts are empty.

https://github.com/evolvingweb/sitediff/blob/master/lib/sitediff/config.rb#L111

SomeBdyElse avatar Mar 29 '23 21:03 SomeBdyElse