React Armor: Protect your DOM from third-party tampering
1–10 of 55 posts
Re: React Armor: Protect your DOM from third-party tampering
#2Re: React Armor: Protect your DOM from third-party tampering
#3If you have a justifiable business reason for doing this, then your life just got a little easier. I think this would also help against some forms of XSS too - so there's some silver lining for you.
Re: React Armor: Protect your DOM from third-party tampering
#4Re: React Armor: Protect your DOM from third-party tampering
#5EDIT: But if you really want to make this a useful lib, bake in a way to disable the `armor` for debugging/development.
Re: React Armor: Protect your DOM from third-party tampering
#6The end of transparent web source code. I hate this. :(
Re: React Armor: Protect your DOM from third-party tampering
#7Pretty sure this is why we need shadow dom.
Re: React Armor: Protect your DOM from third-party tampering
#8Hooray, get ready for broken websites with modal overlays, CSS popups, ads, and tracking built-in, and no way to disable them!
Re: React Armor: Protect your DOM from third-party tampering
#9Re: React Armor: Protect your DOM from third-party tampering
#10I've done a fair amount of web scraping before and each of their tricks can be broken with enough care. Obfuscating html not only breaks many of the good things about the web but also makes things harder to debug.