Reputation:
license key for fullpage.js is exposed just by inspecting element. i've looked through websites using fullpage.js and they managed to hide the license key wonderfully. any idea how they are doing it?
Upvotes: 1
Views: 5842
Reputation: 41605
You can't hide it. Remember all front-end code is by default accesible to any who wants to see it.
The most you can do is obfuscate it and try to make it harder for others to find it. But there's definitely no way to completely hide it.
See this topic.
Upvotes: 2