This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="canonical" href="http://schalkneethling.github.io/blog/2015/11/06/respect-user-choice-do-not-track/"> | |
| <link href="/favicon.png" rel="icon"> | |
| <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | |
| <link href="/atom.xml" rel="alternate" title="Schalk Neethling" type="application/atom+xml"> | |
| <script src="/javascripts/modernizr-2.0.js"></script> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
| <script>!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script> | |
| <script src="/javascripts/octopress.js" type="text/javascript"></script> | |
| <!--Fonts from Google"s Web font directory at http://google.com/webfonts --> | |
| <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css' /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://sites.varonis.com/site-map/(.+) https://www.varonis.com/sitemap/$1 | |
| https://sites.varonis.com/ransomware-solutions/(.+) https://www.varonis.com/solutions/ransomware/$1 | |
| https://sites.varonis.com/solutions/insider-threat-prevention/(.+) https://www.varonis.com/solutions/insider-threat-detection/$1 | |
| https://sites.varonis.com/solutions/technology/(.+) https://www.varonis.com/solutions/enterprise/$1 | |
| https://sites.varonis.comhttps://solutions.varonis.com/gdpr/(.+) https://www.varonis.com/solutions/gdpr-compliance/$1 | |
| https://sites.varonis.com/solutions/healthcare/(.+) https://www.varonis.com/solutions/hipaa-compliance/$1 | |
| https://sites.varonis.com/learn/sox-sarbanes-oxley-act-compliance-requirements-for-it/(.+) https://www.varonis.com/solutions/sox-compliance/$1 | |
| https://sites.varonis.com/learn/pci-dss-3-2-it-requirements/(.+) https://www.varonis.com/solutions/pci-dss-compliance/$1 | |
| https://sites.varonis.com/platform/(.+) https://www.varonis.com/how-it-works/$1 | |
| https://sites.varonis.com/tap/(.+) https://www.varon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |
| <% @pages.each do |path, timestamp| %> | |
| <url> | |
| <loc>https://knowatoa.com<%= path %></loc> | |
| <lastmod><%= timestamp.strftime("%Y-%m-%d") %></lastmod> | |
| </url> | |
| <% end %> | |
| </urlset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Hutch Contributor License Agreement | |
| By submitting a contribution to this repository (e.g., a pull request, issue with proposed code, or patch), you agree to the following terms with respect to that contribution. | |
| "You" refers to the individual or legal entity making the contribution. "We" refers to Michael Buckbee and Expedited Security Inc, the maintainer of Hutch. | |
| ## 1. License grant | |
| You grant us a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license to: |
OlderNewer