Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New option in the settings: "Cache-Control"
#1
Suggest to add to the settings the new option (switch): "Cache-Control"

When ON:   prohibits refresh the web-page when you click on the "Back" button (ignore the "no-store/no-cache" instructions and loads content from cache);
When OFF:  regular behavior;

-------------------------------------------
In the current build I manually edit files chrome.dll/chrome_child.dll to achieve effect.
Reply
#2
Are you familiar with JavaScript?
This should better be implemented by chrome extension.
You can filter network response headers and remove Cache-Control: no-cache
Reply
#3
(05-27-2019, 03:02 PM)CentBrowser Wrote: Are you familiar with JavaScript?
This should better be implemented by chrome extension.
You can filter network response headers and remove Cache-Control: no-cache

Not. I do not know how to make chrome extensions.
And I do not know an any extension that is suitable for this.
Reply
#4
(05-27-2019, 03:12 PM)Zebra Wrote: Not. I do not know how to make chrome extensions.
And I do not know an any extension that is suitable for this.

Please check these links:
https://chrome.google.com/webstore/detai...jpfnnfcklj
https://blog.thamaraiselvam.com/intercep...6333a5ec8d
https://github.com/google/tamperchrome
https://www.reddit.com/r/chrome/comments...in_chrome/
Reply
#5
(05-27-2019, 03:16 PM)CentBrowser Wrote: Please check these links:
https://chrome.google.com/webstore/detai...jpfnnfcklj
https://blog.thamaraiselvam.com/intercep...6333a5ec8d
https://github.com/google/tamperchrome
https://www.reddit.com/r/chrome/comments...in_chrome/

wow! Thanks a lot!
Reply
#6
I tried the ModHeader extension, but don`t achieve the result Sad

I set in Profile1:
[Image: ad779c2c118bcc26405eb89c2d148cf65bd2e4341635794.png]

May be I need another settings? (what exactly?)

And I tried set:
[Image: 222.png]
No avail Sad
Reply
#7
(05-27-2019, 05:03 PM)Zebra Wrote: I tried the ModHeader extension, but don`t achieve the result Sad

I set in Profile1:
[Image: ad779c2c118bcc26405eb89c2d148cf65bd2e4341635794.png]

May be I need another settings? (what exactly?)

And I tried set:
[Image: 222.png]
No avail Sad

Your usage should be working normally.
But seems this extension doesn't work in some websites.
Besides "Cache-Control", there are other headers used for cache validation.
So the situation may be complicated.
Maybe you need offline mode?
https://www.wikihow.com/Work-Offline-on-Chrome
https://chrome.google.com/webstore/detai...bodajcojda
Reply
#8
I tried all available "headers" extensions from ChromeStore -- no one can manage Response Headers values Sad

The flag chrome://flags/#show-saved-copy (and extension "Work Offline" or something like that) can`t help due to the fact that the Response Headers has the cache-control: no-store  --- the Cent don`t save content to the cache in accordance with the "no-store".

I think there is only one good way: embed a function in the browser code to ignore the Cache-Control response header.
Reply
#9
(05-28-2019, 06:21 PM)Zebra Wrote: I tried all available "headers" extensions from ChromeStore -- no one can manage Response Headers values Sad

The flag chrome://flags/#show-saved-copy (and extension "Work Offline" or something like that) can`t help due to the fact that the Response Headers has the cache-control: no-store  --- the Cent don`t save content to the cache in accordance with the "no-store".

I think there is only one good way: embed a function in the browser code to ignore the Cache-Control response header.

May I know why you need this feature?
To save bandwidth?
Reply
#10
(05-30-2019, 12:14 PM)CentBrowser Wrote: May I know why you need this feature?
To save bandwidth?

1. I want to save my time at navigation on the website by "Back-Forward" buttons.
2. After I push "Back" to return I want to see exactly the same version of page like one was, not new.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)