在将blueimp fileuploader与数据库一起使用时,如何绕过子资源请求的阻止?

时间:2018-12-28 19:17:53

标签: php jquery jquery-file-upload blueimp

我将实际的blueimp fileuploader [1]与数据库一起使用。我按照blueimp fileuploader数据库设置[2]中的说明进行了设置。

在Safari上,一切正常,但是在Chrome上,我遇到了以下冲突:

Deprecation] Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked. 

有关更多详细信息,请参见https://www.chromestatus.com/feature/5669008342777856

因此页面上无法显示图像。

您是否知道我必须更改某些内容? 是我连接数据库的方式吗?

[1] https://github.com/blueimp/jQuery-File-Upload [2] https://github.com/blueimp/jQuery-File-Upload/wiki/PHP-MySQL-database-integration

我发现了另一个问题,但我不知道该在哪里更改: Bypass blocking of subresource requests whose URLs contain embedded credentials

0 个答案:

没有答案