Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
32 lines (32 sloc)
1.57 KB
This file contains 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
| # robots.txt robot filter for http://www.nosl.sea06.navy.mil/ | |
| # | |
| # This is a DoD interest computer system. All DoD interest computer | |
| # systems and related equipment are intended for the communication, | |
| # transmission, processing, and storage of official U.S. Government or other | |
| # authorized information only. All DoD interest computer systems are subject | |
| # to monitoring at all times to ensure proper functioning of equipment and | |
| # systems including security devices and systems, to prevent unauthorized | |
| # use and violations of statutes and security regulations, to deter criminal | |
| # activity, and for other similar purposes. Any user of a DoD interest | |
| # computer system should be aware that any information placed in the system | |
| # is subject to monitoring and is not subject to any expectation of privacy. | |
| # | |
| # If monitoring of this or any other DoD interest computer system reveals | |
| # possible evidence of violation of criminal statutes, this evidence and | |
| # any other related information, including identification information about | |
| # the user, may be provided to law enforcement officials. If monitoring of | |
| # this or any other DoD interest computer systems reveals violations of | |
| # security regulations or unauthorized use, employees who violate security | |
| # regulations or make unauthorized use of DoD interest computer systems are | |
| # subject to appropriate disciplinary action. | |
| # | |
| # Use of this or any other DoD interest computer system constitutes a | |
| # consent to monitoring at all times. | |
| # | |
| User-agent: * | |
| Disallow: /help/ | |
| Disallow: /mail/ | |
| Disallow: /gws/ | |
| Disallow: /htbin/ | |
| Disallow: /strdata/ | |
| Disallow: /~* |