Thanks!
I do not have "Preferences" in my browser application.
I just need to figure out how to prevent cache and cookies and all kind of data.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
History and cache
Re: History and cache
Okay,
the way i see it,
i need to set the following values into my app as default,
Chromium1.CustomHeaderName := "Cache-Control";
Chromium1.CustomHeaderValue := "no-cache";
My question will be,
any ideas how i could add these as default to make sure nothing is stored?
the way i see it,
i need to set the following values into my app as default,
Chromium1.CustomHeaderName := "Cache-Control";
Chromium1.CustomHeaderValue := "no-cache";
My question will be,
any ideas how i could add these as default to make sure nothing is stored?
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: History and cache
Add those lines right before you load the first URL.
If you have multiple browsers in your app you will have to add those lines to all of them.
If you have multiple browsers in your app you will have to add those lines to all of them.