udf2457
udf2457
Based on a copy/paste from instructions on your site, this is the sort of thing (**_untested_**, you will probably need to quote the echo because of `[` !) ``` curl...
@KaibaLopez @dybxin I seem to be getting the same issue ? I think there might be a bug here ? My code (based on the example given in the docs):...
This suggestion is based on https://github.com/symfony/webpack-encore-bundle/issues/184
It would be fabulous if the AWS team could come up with something similar to the Auth0 lock modal ! https://auth0.com/docs/libraries/lock/v11 https://github.com/auth0/lock
I just installed via packagist and noticed the > Package microsoft/azure-storage is abandoned, you should avoid using it. Use microsoft/azure-storage-blob, microsoft/azure-storage-table, microsoft/azure-storage-queue, microsoft/azure-storage-file instead. Message as well. Thanks for saving...
FYI, whilst implementing this, please also consider exposing `x-ms-meta-name:value` https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-list > x-ms-meta-name:value: Optional. User-defined name-value pairs associated with the blob. And also conditional headers (https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations) `If-Modified-Since`, `If-Unmodified-Since`, `If-Match`,`If-None-Match`
I will try that out and let you know shortly @gkatsev Also are you aware video.js is not `require-trusted-types-for 'script'` safe ? (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-for) > Uncaught TypeError: Failed to set the...
Thanks @gkatsev , I'm currently chest-deep in web dev at $work, but maybe if I have time after that ! Also, re: `window.VIDEOJS_NO_DYNAMIC_STYLE = true` that removes some/many CSP errors,...
I'm with @BasvanH here I'm afraid. Its 2022, and CSP friendly is no longer an optional nice to have, similar how having a mobile-friendly responsive website is no longer an...
Will see what I can do. Might be a few weeks as my priority is on delivering this project at the moment.