Source-code of Libraries used by WebApps visible to everybody?

前端 未结 3 551
遇见更好的自我
遇见更好的自我 2020-12-17 04:17

Having a similar constellation as in ScriptDb in Library accessed by WebApp, and also the answer given there applies to this question too:
When a published WebApp ( a

相关标签:
3条回答
  • 2020-12-17 04:59

    See the comments on Henrique's answer - the library url is not guessable and is not in the webapp.

    0 讨论(0)
  • 2020-12-17 05:17

    If anybody debug the public code in script editor and goes on pressing STEP IN then eventually he will reach at the library code. So you can not hide the library code in any way.

    0 讨论(0)
  • 2020-12-17 05:24

    I initially thought the library key could be seen by inspecting the webapp, but that is not possible. So, you indeed need to share your library to "anyone with the link", but as long as you do not announce this link anywhere, one will not be able to find it just by using your web app.

    0 讨论(0)
提交回复
热议问题