-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use HTML5 Application Cache #108
Comments
I'll look into adding this for the next release as an option. Should only be a day or two until the 0.4.3 release. Edit: Moving to 0.4.4 so I can test it a bit more. |
@Al-Azif @ps4miner I confirm that it works: |
Thanks All for confirmation, but I think that if user cleared browser cash for any reason then he have to install it again. |
@AbkarinoMHM Yeah, that's what I'm testing, and if there is an update to an exploit the old version is still used as well, trying to flesh it out a little before I push it. Want to have a little troubleshooting thing written up for issues people will have. As well as generating the manifest automatically. |
Fixed |
Hi, is my mod Exploit offline THX @Al-Azif i used your host html 0.4.3 |
it works in user guide located in settings :) |
Force exploits to use https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache
This would allow to store exploits on the ps4 for offline use.
Fix index.html:
<html manifest="offline.manifest">
Add offline.manifest with contents:
Also add alike cache for Users Guide's redirect.
I checked, it's working for ps4 browser.
The text was updated successfully, but these errors were encountered: