Simple. Posted September 15, 2018 Share Posted September 15, 2018 Hello Is there a way to protect a local ( HTML , JS and CSS ) files from cache in client resources file ؟ Link to comment
aka Blue Posted September 15, 2018 Share Posted September 15, 2018 (edited) @Simple. <file src="file.html" cache="false"/> Edited September 15, 2018 by aka Blue 1 Link to comment
Simple. Posted September 15, 2018 Author Share Posted September 15, 2018 2 minutes ago, aka Blue said: @Simple. <file src="file.html" cache="false"/> Thanks, but I've tried it before and it did not work Link to comment
MIKI785 Posted September 15, 2018 Share Posted September 15, 2018 teaEncode/teaDecode 2 Link to comment
JeViCo Posted September 15, 2018 Share Posted September 15, 2018 3 hours ago, MIKI785 said: teaEncode/teaDecode EncodeString/DecodeString *updated functions 3 hours ago, Simple. said: Is there a way to protect a local ( HTML , JS and CSS ) files from cache in client resources file ؟ i tried to protect it using raw data + temporary file but if i delete it, html won't work. Saving files on own website unsafe too 1 Link to comment
Simple. Posted September 16, 2018 Author Share Posted September 16, 2018 14 hours ago, MIKI785 said: teaEncode/teaDecode Can you please explain? Link to comment
JeViCo Posted September 16, 2018 Share Posted September 16, 2018 (edited) 5 hours ago, Simple. said: Can you please explain? this function encodes/decodes strings. For example you can read whole file using fileRead and fileGetSize functions (added this on wiki), encode them with password, save client-side. Nobody won't steal decoded file if they don't have password. This method is a little bit better but is unsafe too because you should always keep html file opened to work on client-side. Someone may steal it using common software Edited September 16, 2018 by JeViCo 1 Link to comment
Discord Moderators Pirulax Posted September 16, 2018 Discord Moderators Share Posted September 16, 2018 (edited) Inject it using executeBrowserJavaScript Edited September 16, 2018 by Pirulax 1 Link to comment
Simple. Posted September 17, 2018 Author Share Posted September 17, 2018 18 hours ago, JeViCo said: this function encodes/decodes strings. For example you can read whole file using fileRead and fileGetSize functions (added this on wiki), encode them with password, save client-side. Nobody won't steal decoded file if they don't have password. This method is a little bit better but is unsafe too because you should always keep html file opened to work on client-side. Someone may steal it using common software 6 hours ago, Pirulax said: Inject it using executeBrowserJavaScript Thanks , I will try Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now