harshita2626 commented on issue #3133:
URL: https://github.com/apache/hertzbeat/issues/3133#issuecomment-2760012294
I think we need to check common external resource location
```
src/assets/
public/
config/webpack/
```
solution:
```
A[Detect External Resources] --> B{Critical?}
B -->|Yes| C[Convert to Local]
B -->|No| D[Remove/Replace]
C --> E[Add to assets/]
D --> F[Fallback UI]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]