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
#!/usr/bin/perl -w | |
use strict; | |
use LWP::Simple; | |
use URI::URL; | |
=head1 Synopsis | |
This script will produce a file of RedirectSafe directives with domains from the DOAJ csv file publicly available. | |
The main concern is to avoid duplicates of any domains that are already used in your own EZproxy config files. |