- Issue created by @kim.pepper
- ๐ฆ๐บAustralia kim.pepper ๐โโ๏ธ๐ฆ๐บSydney, Australia
We should use
Crypt::randomBytesBase64()
if we think it needs to be URL-safe.
As a follow up to
๐
Deprecate file_progress_implementation() and replace with extension_loaded('uploadprogress')
Fixed
we should replace using mt_rand()
to generate a unique file upload progress ID with bin2hex(random_bytes(16)
as per the extension recommendation https://github.com/php/pecl-php-uploadprogress
Postponed
11.0 ๐ฅ
We should use Crypt::randomBytesBase64()
if we think it needs to be URL-safe.