Merge pull request #5977 from danielkucera/patch-1

proper cache control in firefox
This commit is contained in:
Jo-Philipp Wich 2022-09-19 09:02:02 +02:00 committed by GitHub
commit 4f17b55ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" /> <meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" />
<style type="text/css"> <style type="text/css">
body { background: white; font-family: arial, helvetica, sans-serif; } body { background: white; font-family: arial, helvetica, sans-serif; }