0

我无法通过 Firefox 登录我的 google drive picker api。它在 chrome 中运行良好。

我看到:

Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified

因此,我随后尝试允许所有内容进行测试,但我仍然无法通过 OSX 上的 Firefox 60 加载驱动器选择器。

  <meta http-equiv="Content-Security-Policy" content="default-src *; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; img-src * data: 'unsafe-inline'; connect-src * 'unsafe-inline'; frame-src *;">

我确实将应用程序域添加到批准列表中。我不太确定如何调试它,因为此时它似乎已被移交给 Google,因为它正在经历身份验证过程。

我在控制台中看到它到这里然后停止:

https://ssl.gstatic.com/accounts/o/3723580519-idpiframe.js

我相信这与这里发生的事情类似。我使用的默认示例代码与 Google 的相同。 Google Drive 验证后自动关闭

我现在在 chrome 中注意到我在https://ssl.gstatic.com/accounts/o/3723580519-idpiframe.js

Uncaught TypeError: (b || "").split is not a function

看来这里可能有问题,但我没有看到任何更新: https ://github.com/google/google-api-javascript-client/issues/409

4

0 回答 0