浏览器访问受Google帐户保护的相关网页 [英] Browser access to Google-Account-Protected related Webpages

查看:67
本文介绍了浏览器访问受Google帐户保护的相关网页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一种方法可以通过浏览器通过 https://storage.cloud.google.com/yourbucket/yourwebpage.html 吗? 或最佳的解决方法是什么?

Is there a way to access related web pages hosted on Google storage, linked by relative links, with a browser via https://storage.cloud.google.com/yourbucket/yourwebpage.html ? Or what are the best workarounds?

推荐答案

尝试在HTML文件中添加<base>标记:

Try adding a <base> tag to your html files:

<head>
<base href="http://storage.googleapis.com/pub/" target="_blank">
</head>

<body>
  <a href="gsutil.tar.gz">Download gsutil</a>
</body>

http://www.w3schools.com/tags/tag_base.asp

这篇关于浏览器访问受Google帐户保护的相关网页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆