简体   繁体   English

在Facebook中共享网页时,Azure Blob存储映像会导致安全问题

[英]Azure blob storage images cause security issues when sharing webpages in Facebook

All website images are stored in the Azure blob storage with standard urls like: 所有网站图像都使用以下标准URL存储在Azure Blob存储中:

https://****.blob.core.windows.net/*.jpg https://****.blob.core.windows.net/*.jpg

Each page has "og:image" with link to the image stored in the blob. 每个页面都有“ og:image”,并带有指向存储在Blob中的图像的链接。

When I am trying to share some web page I see a security issue (or similar messages with asking to enter captcha because of unsecured content): 当我尝试共享某些网页时,我看到一个安全问题(或由于内容不安全而要求输入验证码的类似消息):

在此处输入图片说明

I can't find any official references by Microsoft or Facebook how to fix this issue or whitelist the domain. 我找不到Microsoft或Facebook提供的有关如何解决此问题或将该域列入白名单的任何官方参考。

I get same security issue warning when I try to post your image on Facebook. 当我尝试在Facebook上发布您的图片时,我收到同样的安全问题警告。 If you ensure the included images are safe and Facebook made mistake, you could click [let us know] to report it. 如果您确保所包含的图像是安全的并且Facebook犯了错误,则可以单击[让我们知道]进行报告。

<meta property="og:image"              content="https://donorua.blob.core.windows.net/public-images/df1f3ede-6502-46fc-8c52-10317d8e5a6e.jpg" />

在此处输入图片说明

Besides, I save your image in my Blob container, and then post the image, I find the imgae could be posted. 此外,我将您的图像保存在Blob容器中,然后发布图像,我发现可以发布imgae。 So if possible, please try to move the images to another container or rename the images in your Azure Blob container. 因此,如果可能,请尝试将图像移动到另一个容器或重命名Azure Blob容器中的图像。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM