Isolation in embedded apps
See original GitHub issuehey there guys,
just looking for a bit of guidance… we using Uno in an embedded UI (going into customer’s websites)… and are looking for a way to isolate CSS classes and prevent interaction between the sites and the embedded ui (could be an issue with standard tailwind style css)
Ideally, we’d just run an obfuscation plugin or option to hash classes on builds, but from what I can tell, that hasn’t been implemented yet. For now, we are running the transformerCompileClass
transformer, but that forces us to add a special class (:uno:
) on all elements… which is a bit tedious…
Is there a better way to do this?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Part #1 Hardware Based Isolation - Beningo Embedded Group
The idea behind isolation is that with the application is broken up into separate security domains. If a hacker is able to gain...
Read more >Efficient Isolation of Trusted Subsystems in ... - CORE
A prototypical application is the software implementation of cryptographic support with strong assurance on the secrecy of keys, even towards other code sharing ......
Read more >Application Isolation | Developers - Ledger
The Memory Protection Unit is used to natively isolate each app to its own memory region, and apps run in User mode whereas...
Read more >Efficient isolation of trusted subsystems in embedded systems
Many embedded systems have relatively strong security requirements because they handle confidential data or support secure electronic transactions.
Read more >What is Web Application Isolation? - Ericom Software
Web application isolation is a cybersecurity solution that focuses on providing protection from web-based threats that target web applications. Protecting web ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
:uno:
is required because otherwise, the UnoCSS won’t be able to identify what is the class and what is not. consider the following example:Until someone can provide a better solution, I don’t think it’s something doable to be consider as a roadmap
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.