The Upload by URL method floods /tmp , the process never stops.
Temporary workaround: Deactivate by setting a configuration in cfg.d/plugins.pl:
$c->{plugins}->{"Screen::EPrint::UploadMethod::URL"}->{params}->{disable} = 1;
The text was updated successfully, but these errors were encountered:
I have amended for a repository I support so it only includes the URL uploaded and anything directly linked from this URL. This should incorporate any images, CSS and Javascript. I will look at porting this into the core codebase
The Upload by URL method floods /tmp , the process never stops.
Temporary workaround: Deactivate by setting a configuration in cfg.d/plugins.pl:
$c->{plugins}->{"Screen::EPrint::UploadMethod::URL"}->{params}->{disable} = 1;
The text was updated successfully, but these errors were encountered: