You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provide a simple toggle for "Force Refresh" with a seconds interval
my usecase is to display some simple HTML that may get updated in the background on occasion.
giving access to the HTTP refresh flag in some manner would ensure that the page will always be up to date if it has been open for a while.
The text was updated successfully, but these errors were encountered:
Also, are you aware that it's possible to do this using the HTML meta tag? Like this: <meta http-equiv="refresh" content="30;URL='https://example.com'" />
It's also possible to add a custom header using plugins.
yes #106 would satisfy my request, I will look into your other suggestions in the meantime,
writing a plugin would be my last resort but it is there if I need it
Thank you
provide a simple toggle for "Force Refresh" with a seconds interval
my usecase is to display some simple HTML that may get updated in the background on occasion.
giving access to the HTTP refresh flag in some manner would ensure that the page will always be up to date if it has been open for a while.
The text was updated successfully, but these errors were encountered: