Using KIT id in HTML <script> tag #20364
Closed
rogeriokoski
started this conversation in
General
Replies: 1 comment 3 replies
-
|
We have this feature built into Kits: Does that address your concern? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
If we use the <script> tag adding the CDN for my kit in the of an HTML (like: <script src="https://kit.fontawesome.com/KIT_ID_NUMBER.js" crossorigin="anonymous"></script>) that gets accessible by every user that access the web page, which in turn can be used and start counting against my page views. This sounds a security exposure and although normal to every application, I think you should make an alert in your docs about using it.
Beta Was this translation helpful? Give feedback.
All reactions