dify icon indicating copy to clipboard operation
dify copied to clipboard

feat: hide node detail outputs in webapp & installed app in explore

Open takatost opened this issue 2 years ago • 0 comments

Description

To prevent sensitive information leakage in workflow nodes, we hide detailed information in the installed apps of both the webapp and installed app of running nodes.

Type of Change

  • [x] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [x] Manual test

Suggested Checklist:

  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] My changes generate no new warnings
  • [x] I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
  • [ ] optional I have made corresponding changes to the documentation
  • [ ] optional I have added tests that prove my fix is effective or that my feature works
  • [ ] optional New and existing unit tests pass locally with my changes

takatost avatar Apr 28 '24 10:04 takatost