add cache disclaimer and htaccess
This commit is contained in:
parent
ca0c3606e5
commit
b07a064e59
2 changed files with 7 additions and 0 deletions
5
.htaccess
Normal file
5
.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
<IfModule mod_headers.c>
|
||||
Header set Cache-Control "no-cache, no-store, must-revalidate"
|
||||
Header set Pragma "no-cache"
|
||||
Header set Expires 0
|
||||
</IfModule>
|
|
@ -29,6 +29,8 @@
|
|||
|
||||
<br>
|
||||
|
||||
<p><b>If the tool does not work, please clear your cache and/or reload the webpages!</b> I am continuously updating this tool, but the changes might not load in your browser unless you clear your cache.</p>
|
||||
|
||||
<h3>What is this?</h3>
|
||||
<p>This website allows you to create configuration profiles for your Apple device to use the new built-in encrypted
|
||||
DNS options.</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue