|
|
|
|
|
by hoppp
18 days ago
|
|
How do you make sure you are not violating terms and conditions if they forbid injecting third party javascript into the website explicitly? Does your LLM ingest terms and conditions too? In some cases in the past, finding and using auth tokens in the front end has resulted in hacking charges, in those cases alleged hacker found an api key in the front end and directly accessed the database, which resulted in a jail sentance. How do you solve this issue that some companies may become hostile if injected code extracts auth tokens and accesses backend? |
|