New module 'Secure Pages'
This commit is contained in:
parent
be34a0703f
commit
80752683a8
8 changed files with 1221 additions and 0 deletions
22
modules/securepages/FAQ.txt
Normal file
22
modules/securepages/FAQ.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
1. Running secure pages on the Nginx web server. See http://drupal.org/node/390450#comment-1420518
|
||||
|
||||
The text from this reference below.
|
||||
|
||||
----8<----
|
||||
If you are on Nginx, Then add the little code in your Nginx conf file.
|
||||
|
||||
fastcgi_param HTTPS on;
|
||||
|
||||
Here is all the code in my host conf at the php section.
|
||||
location ~ .*\.(php|php5)?$
|
||||
{
|
||||
#fastcgi_pass unix:/tmp/php-cgi.sock;
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
fastcgi_index index.php;
|
||||
include fcgi.conf;
|
||||
fastcgi_param HTTPS on;
|
||||
}
|
||||
|
||||
Reload your nginx server, then you may get the enable box active.
|
||||
----8<----
|
339
modules/securepages/LICENSE.txt
Normal file
339
modules/securepages/LICENSE.txt
Normal file
|
@ -0,0 +1,339 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
24
modules/securepages/README.txt
Normal file
24
modules/securepages/README.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
Configuration
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
Generally on test/development servers you do not have access to SSL, so
|
||||
generally you would like to disable secure pages on these systems.
|
||||
|
||||
To do this add the following to your settings.php
|
||||
|
||||
$conf['securepages_enable'] = 0;
|
||||
|
||||
Removal of SecurePages
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
In the case where your SSL mode has been disabled and you can no longer access
|
||||
the administration section of your site to disable securepages you can do one
|
||||
of the 2 following things.
|
||||
|
||||
1. Use the above method to disable securepages.
|
||||
2. delete the secure pages module from your site.
|
||||
|
||||
If you can use the first option but if you can't edit your settings.php then
|
||||
deleting it will not break your site, but will leave some variables that are
|
||||
set by secure pages.
|
82
modules/securepages/securepages.admin.inc
Normal file
82
modules/securepages/securepages.admin.inc
Normal file
|
@ -0,0 +1,82 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Provide all the administration pages
|
||||
*/
|
||||
|
||||
/**
|
||||
* Builds the securepages settings form.
|
||||
*/
|
||||
function securepages_settings() {
|
||||
$form = array();
|
||||
|
||||
$form['securepages_enable'] = array(
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Enable Secure Pages'),
|
||||
'#default_value' => variable_get('securepages_enable', 0),
|
||||
'#options' => array(t('Disabled'), t('Enabled')),
|
||||
'#disabled' => !securepages_test(),
|
||||
'#description' => t('To start using secure pages this setting must be enabled. This setting will only be able to changed when the web server has been configured for SSL.<br />If this test has failed then go <a href="!url">here</a>', array('!url' => preg_replace(';^http://;i', 'https://', url($_GET['q'], array('absolute' => TRUE))))),
|
||||
);
|
||||
$form['securepages_switch'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Switch back to http pages when there are no matches'),
|
||||
'#return_value' => TRUE,
|
||||
'#default_value' => variable_get('securepages_switch', FALSE),
|
||||
);
|
||||
|
||||
$form['securepages_basepath'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Non-secure Base URL'),
|
||||
'#default_value' => variable_get('securepages_basepath', ''),
|
||||
);
|
||||
|
||||
$form['securepages_basepath_ssl'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Secure Base URL'),
|
||||
'#default_value' => variable_get('securepages_basepath_ssl', ''),
|
||||
);
|
||||
|
||||
$form['securepages_secure'] = array(
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Pages which will be be secure'),
|
||||
'#default_value' => variable_get('securepages_secure', 1),
|
||||
'#options' => array(t('Make secure every page except the listed pages.'), t('Make secure only the listed pages.')),
|
||||
);
|
||||
$form['securepages_pages'] = array(
|
||||
'#type' => 'textarea',
|
||||
'#title' => t('Pages'),
|
||||
'#default_value' => variable_get('securepages_pages', "node/add*\nnode/*/edit\nuser\nuser/*\nadmin\nadmin/*"),
|
||||
'#cols' => 40,
|
||||
'#rows' => 5,
|
||||
'#description' => t("Enter one page per line as Drupal paths. The '*' character is a wildcard. Example paths are '<em>blog</em>' for the main blog page and '<em>blog/*</em>' for every personal blog. '<em><front></em>' is the front page."),
|
||||
'#wysiwyg' => FALSE,
|
||||
);
|
||||
$form['securepages_ignore'] = array(
|
||||
'#type' => 'textarea',
|
||||
'#title' => t('Ignore pages'),
|
||||
'#default_value' => variable_get('securepages_ignore', ''),
|
||||
'#cols' => 40,
|
||||
'#rows' => 5,
|
||||
'#description' => t("The pages listed here will be ignored and be either returned in http or https. Enter one page per line as Drupal paths. The '*' character is a wildcard. Example paths are '<em>blog</em>' for the blog page and '<em>blog/*</em>' for every personal blog. '<em><front></em>' is the front page."),
|
||||
'#wysiwyg' => FALSE,
|
||||
);
|
||||
$form['securepages_roles'] = array(
|
||||
'#type' => 'checkboxes',
|
||||
'#title' => 'User roles',
|
||||
'#description' => t('Users with the chosen role(s) are always redirected to https, regardless of path rules.'),
|
||||
'#options' => array_map('check_plain', user_roles(TRUE)),
|
||||
'#default_value' => variable_get('securepages_roles', array()),
|
||||
);
|
||||
$form['#submit'] = array('securepages_settings_submit');
|
||||
return system_settings_form($form);
|
||||
}
|
||||
|
||||
/**
|
||||
* Submit callback for securepages_settings().
|
||||
*/
|
||||
function securepages_settings_submit() {
|
||||
// The page cache needs to be cleared, since cached redirects may be stale after changing securepages settings.
|
||||
cache_clear_all('*', 'cache_page', TRUE);
|
||||
}
|
11
modules/securepages/securepages.info
Normal file
11
modules/securepages/securepages.info
Normal file
|
@ -0,0 +1,11 @@
|
|||
name = Secure Pages
|
||||
description = "Set which pages are always going to be used in secure mode (SSL) Warning: Do not enable this module without configuring your web server to handle SSL with this installation of Drupal"
|
||||
package = Security
|
||||
core = 6.x
|
||||
|
||||
; Information added by packaging script on 2013-11-10
|
||||
version = "6.x-2.1"
|
||||
core = "6.x"
|
||||
project = "securepages"
|
||||
datestamp = "1384060109"
|
||||
|
26
modules/securepages/securepages.install
Normal file
26
modules/securepages/securepages.install
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Provides installation details for Secure Pages
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implementation of hook_enable().
|
||||
*/
|
||||
function securepages_enable() {
|
||||
drupal_set_message(t('Secure pages needs to be enabled on !settings', array('!settings' => l(t('admin/build/securepages'), 'admin/build/securepages'))));
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_uninstall().
|
||||
*/
|
||||
function securepages_uninstall() {
|
||||
variable_del('securepages_enable');
|
||||
variable_del('securepages_switch');
|
||||
variable_del('securepages_secure');
|
||||
variable_del('securepages_pages');
|
||||
variable_del('securepages_basepath');
|
||||
variable_del('securepages_basepath_ssl');
|
||||
variable_del('securepages_ignore');
|
||||
variable_del('securepages_roles');
|
||||
}
|
331
modules/securepages/securepages.module
Normal file
331
modules/securepages/securepages.module
Normal file
|
@ -0,0 +1,331 @@
|
|||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Provide method of creating allowing certain pages to only viewable from
|
||||
* https pages
|
||||
*/
|
||||
|
||||
/**
|
||||
* Defines defaults for SECUREPAGES_PAGES.
|
||||
*/
|
||||
define('SECUREPAGES_PAGES',
|
||||
'node/add*
|
||||
node/*/edit
|
||||
node/*/delete
|
||||
user
|
||||
user/*
|
||||
admin
|
||||
admin/*'
|
||||
);
|
||||
|
||||
/**
|
||||
* Defines defaults for SECUREPAGES_IGNORE.
|
||||
*/
|
||||
define('SECUREPAGES_IGNORE', '');
|
||||
|
||||
/**
|
||||
* Implements hook_init().
|
||||
*/
|
||||
function securepages_init() {
|
||||
$is_https = securepages_is_secure();
|
||||
|
||||
// Special path for verifying SSL status.
|
||||
if ($_GET['q'] == 'admin/build/securepages/test') {
|
||||
if ($is_https) {
|
||||
header('HTTP/1.1 200 OK');
|
||||
}
|
||||
else {
|
||||
header('HTTP/1.1 404 Not Found');
|
||||
}
|
||||
exit();
|
||||
}
|
||||
|
||||
if (variable_get('securepages_enable', 0) && basename($_SERVER['PHP_SELF']) == 'index.php' && php_sapi_name() != 'cli') {
|
||||
securepages_redirect();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of hook_menu().
|
||||
*/
|
||||
function securepages_menu() {
|
||||
$items = array();
|
||||
|
||||
$items['admin/build/securepages'] = array(
|
||||
'title' => 'Secure Pages',
|
||||
'description' => 'Configure which pages are and are not to be viewed in SSL',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('securepages_settings'),
|
||||
'access arguments' => array('administer site configuration'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
'secure' => 1,
|
||||
'file' => 'securepages.admin.inc'
|
||||
);
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_form_alter().
|
||||
*/
|
||||
function securepages_form_alter(&$form, &$form_state, $form_id) {
|
||||
$is_https = securepages_is_secure();
|
||||
global $user;
|
||||
|
||||
if (!variable_get('securepages_enable', 0)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (isset($form['#action']) && securepages_can_alter_url($form['#action'])) {
|
||||
// Remove the base_path, and extract the path component.
|
||||
$url = substr($form['#action'], strlen(base_path()));
|
||||
$url = @parse_url($url);
|
||||
$path = drupal_get_normal_path($url['path']);
|
||||
|
||||
$page_match = securepages_match($path);
|
||||
$role_match = securepages_roles($user);
|
||||
if ($role_match) {
|
||||
if (!$is_https) {
|
||||
$form['#action'] = url($path, array('absolute' => TRUE, 'base_url' => securepages_baseurl(TRUE)));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if ($page_match && !$is_https) {
|
||||
$form['#action'] = url($path, array('absolute' => TRUE, 'base_url' => securepages_baseurl(TRUE)));
|
||||
}
|
||||
elseif ($page_match === 0 && $is_https && variable_get('securepages_switch', FALSE)) {
|
||||
$form['#action'] = url($path, array('absolute' => TRUE, 'base_url' => securepages_baseurl(FALSE)));
|
||||
}
|
||||
}
|
||||
|
||||
// If the user/login path matches, also secure the login block.
|
||||
if (securepages_match('user/login') && $form_id == 'user_login_block' && !$is_https) {
|
||||
$form['#action'] = url($path, array('absolute' => TRUE, 'base_url' => securepages_baseurl(TRUE)));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks the current page and see if we need to redirect to the secure or
|
||||
* insecure version of the page.
|
||||
*/
|
||||
function securepages_redirect() {
|
||||
$is_https = securepages_is_secure();
|
||||
global $base_url, $user;
|
||||
|
||||
$path = isset($_GET['q']) ? $_GET['q'] : '';
|
||||
$page_match = securepages_match($path);
|
||||
$role_match = securepages_roles($user);
|
||||
|
||||
if ($_POST) {
|
||||
// If something has been posted to here then ignore the rules.
|
||||
}
|
||||
elseif ($role_match && !$is_https) {
|
||||
securepages_goto(TRUE);
|
||||
}
|
||||
elseif ($page_match && !$is_https) {
|
||||
securepages_goto(TRUE);
|
||||
}
|
||||
elseif ($page_match === 0 && $is_https && variable_get('securepages_switch', FALSE) && !$role_match) {
|
||||
securepages_goto(FALSE);
|
||||
}
|
||||
|
||||
// Correct the base_url so that everything comes from HTTPS.
|
||||
if ($is_https) {
|
||||
$base_url = securepages_baseurl();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Redirects the current page to the secure or insecure version.
|
||||
*
|
||||
* @param $secure
|
||||
* Determines which version of the set to move to.
|
||||
*/
|
||||
function securepages_goto($secure) {
|
||||
|
||||
$url['path'] = drupal_is_front_page() ? '' : $_GET['q'];
|
||||
$url['query'] = $_GET;
|
||||
unset($url['query']['q']);
|
||||
$url['https'] = $secure;
|
||||
$url['base_url'] = securepages_baseurl($secure);
|
||||
$url['absolute'] = TRUE;
|
||||
$url['external'] = FALSE; // prevent an open redirect
|
||||
|
||||
if (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
// Setting the redirect headers manually allows them to be cached.
|
||||
drupal_set_header('Location: ' . url($url['path'], $url));
|
||||
drupal_set_header('Status: ' . '302 Found');
|
||||
print "302 Found";
|
||||
|
||||
// Store the response in the page cache.
|
||||
drupal_page_footer();
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks the page past and see if it should be secure or insecure.
|
||||
*
|
||||
* @param $path
|
||||
* The page of the page to check.
|
||||
*
|
||||
* @return
|
||||
* - 0: Page should be insecure.
|
||||
* - 1: Page should be secure.
|
||||
* - NULL: Do not change page.
|
||||
*/
|
||||
function securepages_match($path) {
|
||||
$is_https = securepages_is_secure();
|
||||
|
||||
$secure = variable_get('securepages_secure', 1);
|
||||
$pages = drupal_strtolower(variable_get('securepages_pages', SECUREPAGES_PAGES));
|
||||
$ignore = drupal_strtolower(variable_get('securepages_ignore', SECUREPAGES_IGNORE));
|
||||
$path = securepages_strtolower(trim($path, '/'));
|
||||
|
||||
// Checks to see if the page matches the current settings.
|
||||
if ($ignore) {
|
||||
if (drupal_match_path($path, $ignore)) {
|
||||
return $is_https ? 1 : 0;
|
||||
}
|
||||
}
|
||||
if ($pages) {
|
||||
$result = drupal_match_path($path, $pages);
|
||||
if (function_exists('drupal_get_path_alias')) {
|
||||
$path_alias = drupal_get_path_alias($path);
|
||||
$result |= drupal_match_path($path_alias, $pages);
|
||||
}
|
||||
return !($secure xor $result) ? 1 : 0;
|
||||
}
|
||||
else {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if the user is in a role that is always forced onto HTTPS.
|
||||
*
|
||||
* @param $account
|
||||
* A valid user object.
|
||||
*
|
||||
* @return
|
||||
* The number of roles set on the user that require HTTPS enforcing.
|
||||
*/
|
||||
function securepages_roles($account) {
|
||||
// All rids are in the settings, so first we need to filter out the ones
|
||||
// that aren't enabled. Otherwise this would match positive against all
|
||||
// roles a user has set.
|
||||
|
||||
$roles = array_filter(variable_get('securepages_roles', array()));
|
||||
$matches = array_intersect_key($account->roles, $roles);
|
||||
return count($matches);
|
||||
}
|
||||
|
||||
/**
|
||||
* Secure Pages SSL Test.
|
||||
*/
|
||||
function securepages_test() {
|
||||
$is_https = securepages_is_secure();
|
||||
|
||||
// If we are in an SSL page then assume that SSL is configured correctly.
|
||||
if ($is_https) {
|
||||
return TRUE;
|
||||
}
|
||||
$url = 'https://' . preg_replace(';^http[s]?://;s', '', url('admin/build/securepages/test', array('absolute' => TRUE)));
|
||||
|
||||
$response = drupal_http_request($url);
|
||||
|
||||
return $response->code == 200 ? TRUE : FALSE;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if the current page is SSL
|
||||
*/
|
||||
function securepages_is_secure() {
|
||||
// This check is identical to Drupal 7's. See D7 bootstrap.inc.
|
||||
return (isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on');
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the secure base path.
|
||||
*/
|
||||
function securepages_baseurl($secure = TRUE) {
|
||||
global $base_url;
|
||||
|
||||
if ($secure) {
|
||||
$url = variable_get('securepages_basepath_ssl', NULL);
|
||||
}
|
||||
else {
|
||||
$url = variable_get('securepages_basepath', NULL);
|
||||
}
|
||||
|
||||
if (!empty($url)) {
|
||||
return $url;
|
||||
}
|
||||
|
||||
// No url has been set, so convert the base_url from 1 to the other
|
||||
return preg_replace('/http[s]?:\/\//i', ($secure ? 'https://' : 'http://'), $base_url, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Lowercase a UTF-8 string.
|
||||
*
|
||||
* @param $text
|
||||
* The string to run the operation on.
|
||||
*
|
||||
* @return string
|
||||
* The string in lowercase.
|
||||
*
|
||||
* @ingroup php_wrappers
|
||||
*/
|
||||
function securepages_strtolower($text) {
|
||||
global $multibyte;
|
||||
if ($multibyte == 1) {
|
||||
return mb_strtolower($text);
|
||||
}
|
||||
else {
|
||||
// Use C-locale for ASCII-only lowercase
|
||||
$text = strtolower($text);
|
||||
// Case flip Latin-1 accented letters
|
||||
$text = preg_replace_callback('/\xC3[\x80-\x96\x98-\x9E]/', '_securepages_unicode_caseflip', $text);
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper function for case conversion of Latin-1.
|
||||
* Used for flipping U+C0-U+DE to U+E0-U+FD and back.
|
||||
*/
|
||||
function _securepages_unicode_caseflip($matches) {
|
||||
return $matches[0][0] . chr(ord($matches[0][1]) ^ 32);
|
||||
}
|
||||
|
||||
/**
|
||||
* Check the url and make sure that it is a url that you can alter this url.
|
||||
* @param $url
|
||||
* URL to check.
|
||||
*/
|
||||
function securepages_can_alter_url($url) {
|
||||
global $base_path, $base_url;
|
||||
|
||||
$url = @parse_url($url);
|
||||
|
||||
// If there is no scheme then it is a relative url and can be altered
|
||||
if (!isset($url['scheme']) && $base_path == '/') {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// If the host names are not the same then don't allow altering of the path.
|
||||
if (isset($url['host']) && strtolower($url['host']) != strtolower($_SERVER['HTTP_HOST'])) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (strlen($base_path) > 1 && substr($base_url, -1) != substr($url['path'], 1, strlen($base_path))) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
386
modules/securepages/securepages.test
Normal file
386
modules/securepages/securepages.test
Normal file
|
@ -0,0 +1,386 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Provides SimpleTests for Secure Pages module.
|
||||
*/
|
||||
|
||||
class SecurePagesTestCase extends DrupalWebTestCase {
|
||||
public static function getInfo() {
|
||||
return array(
|
||||
'name' => 'Secure Pages',
|
||||
'description' => 'Test Secure Pages redirects.',
|
||||
'group' => 'Secure Pages',
|
||||
);
|
||||
}
|
||||
|
||||
function setUp() {
|
||||
parent::setUp('securepages', 'comment', 'path', 'locale');
|
||||
variable_set('https', TRUE);
|
||||
variable_set('securepages_enable', TRUE);
|
||||
variable_set('comment_form_location_story', COMMENT_FORM_BELOW);
|
||||
variable_set('comment_preview_story', COMMENT_PREVIEW_OPTIONAL);
|
||||
}
|
||||
|
||||
/**
|
||||
* Runs all the test functions. These are run from a single outer function to avoid
|
||||
* multiple re-installs by simpletest.
|
||||
*/
|
||||
function testSecurePages() {
|
||||
$this->_testSettingsForm();
|
||||
$this->_testMatch();
|
||||
$this->_testLocale();
|
||||
$this->_testAnonymous();
|
||||
$this->_testFormAlter();
|
||||
$this->_testCachedResponse();
|
||||
$this->_testPathAlias();
|
||||
$this->_testOpenRedirect();
|
||||
$this->_testXHR();
|
||||
$this->_testRoles();
|
||||
$this->_testPathNorms();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test submitting the settings form
|
||||
*/
|
||||
function _testSettingsForm() {
|
||||
// Undo the setUp() function.
|
||||
variable_del('securepages_enable');
|
||||
|
||||
// Enable securepages.
|
||||
$this->web_user = $this->drupalCreateUser(array('administer site configuration', 'access administration pages'));
|
||||
$this->loginHTTPS($this->web_user);
|
||||
$edit = array('securepages_enable' => 1);
|
||||
$this->drupalPost($this->_toHTTPS(url('admin/build/securepages', array('absolute' => TRUE))), $edit, t('Save configuration'));
|
||||
$this->assertRaw(t('The configuration options have been saved.'));
|
||||
$this->drupalLogout();
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the securepages_match() function.
|
||||
*/
|
||||
function _testMatch() {
|
||||
variable_set('securepages_ignore', '*/autocomplete/*');
|
||||
$this->assertTrue(securepages_match('user'), 'path user matches.');
|
||||
$this->assertTrue(securepages_match('user/login'), 'path user/login matches.');
|
||||
$this->assertTrue(securepages_match('admin/modules'), 'path admin/modules matches.');
|
||||
$this->assertFalse(securepages_match('node'), 'path node does not match.');
|
||||
$this->assertTrue(securepages_match('user/autocomplete/alice') == securepages_is_secure() ? 1 : 0, 'autocomplete path is ignored.');
|
||||
|
||||
// Clean up
|
||||
variable_del('securepages_ignore');
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests correct operation with locale module.
|
||||
*/
|
||||
function _testLocale() {
|
||||
// Enable "Switch back to http pages when there are no matches".
|
||||
variable_set('securepages_switch', TRUE);
|
||||
|
||||
// User to add and remove language.
|
||||
$admin_user = $this->drupalCreateUser(array('administer languages', 'access administration pages'));
|
||||
$this->drupalLogin($admin_user);
|
||||
|
||||
// Add predefined language.
|
||||
$edit = array(
|
||||
'langcode' => 'fr',
|
||||
);
|
||||
$this->drupalPost('admin/settings/language/add', $edit, t('Add language'));
|
||||
$this->assertText('fr', t('has been created and can now be used'));
|
||||
|
||||
// Enable URL language detection and selection.
|
||||
$edit = array('language_negotiation' => '1');
|
||||
$this->drupalPost('admin/settings/language/configure', $edit, t('Save settings'));
|
||||
|
||||
$languages = language_list('language');
|
||||
$lang = $languages['fr'];
|
||||
$this->drupalGet('user', array('language' => $lang));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTPS(url('user', array('absolute' => TRUE, 'language' => $lang))));
|
||||
$this->assertTrue(strstr($this->url, '/fr/'), t('URL contains language prefix.'));
|
||||
|
||||
$this->drupalGet($this->_toHTTPS(url('', array('absolute' => TRUE, 'language' => $lang))));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTP(url('', array('absolute' => TRUE, 'language' => $lang))));
|
||||
|
||||
// Clean up
|
||||
variable_del('securepages_switch');
|
||||
$this->drupalLogout();
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests for anonymous browsing with securepages.
|
||||
*/
|
||||
function _testAnonymous() {
|
||||
// Visit the home page and /node with plain HTTP.
|
||||
$this->drupalGet('');
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl(url('', array('absolute' => TRUE)));
|
||||
$this->drupalGet('node');
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl(url('node', array('absolute' => TRUE)));
|
||||
|
||||
// Visit the login page and confirm that browser is redirected to HTTPS.
|
||||
$this->drupalGet('user');
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTPS(url('user', array('absolute' => TRUE))));
|
||||
|
||||
// Visit the home page and /node with HTTPS and confirm that no redirection happens.
|
||||
$this->drupalGet($this->_toHTTPS(url('', array('absolute' => TRUE))));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTPS(url('', array('absolute' => TRUE))));
|
||||
$this->drupalGet($this->_toHTTPS(url('node', array('absolute' => TRUE))));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTPS(url('node', array('absolute' => TRUE))));
|
||||
|
||||
// Enable "Switch back to http pages when there are no matches".
|
||||
variable_set('securepages_switch', TRUE);
|
||||
|
||||
// Visit the home page and /node with HTTPS and confirm that switch-back happens.
|
||||
$this->drupalGet($this->_toHTTPS(url('', array('absolute' => TRUE))));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl(url('', array('absolute' => TRUE)));
|
||||
$this->drupalGet($this->_toHTTPS(url('node', array('absolute' => TRUE))));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTP(url('', array('absolute' => TRUE))));
|
||||
|
||||
// Clean up
|
||||
variable_del('securepages_pages');
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the ability to alter form actions.
|
||||
*
|
||||
* Uses the comment form, since it has an #action set.
|
||||
*/
|
||||
function _testFormAlter() {
|
||||
variable_set('securepages_switch', TRUE);
|
||||
|
||||
// Enable anonymous user comments.
|
||||
db_query("UPDATE {permission} SET perm = '%s' WHERE rid = %d", 'access comments, access content, post comments, post comments without approval', DRUPAL_ANONYMOUS_RID);
|
||||
|
||||
$this->web_user = $this->drupalCreateUser(array('access comments', 'post comments', 'post comments without approval'));
|
||||
$node = $this->drupalCreateNode(array('type' => 'story', 'promote' => 1));
|
||||
|
||||
foreach (array('anonymous', 'authenticated') as $mode) {
|
||||
if ($mode == 'authenticated') {
|
||||
$this->drupalLogin($this->web_user);
|
||||
}
|
||||
|
||||
// Test plain HTTP posting to HTTPS.
|
||||
variable_set('securepages_pages', "comment/reply/*\nuser*");
|
||||
$this->drupalGet('node/' . $node->nid);
|
||||
$this->assertFieldByXPath('//form[@id="comment-form" and starts-with(@action, "https:")]', NULL, "The $mode comment form action is https.");
|
||||
$comment_body = $this->randomName(8);
|
||||
$this->drupalPost(NULL, array('comment' => $comment_body), t('Save'));
|
||||
$this->assertRaw($comment_body);
|
||||
|
||||
// Test HTTPS posting to plain HTTP.
|
||||
variable_set('securepages_pages', "node/*\nuser*");
|
||||
$this->drupalGet($this->_toHTTPS(url('node/' . $node->nid), array('absolute' => TRUE)));
|
||||
$this->assertUrl($this->_toHTTPS(url('node/' . $node->nid, array('absolute' => TRUE))));
|
||||
$this->assertFieldByXPath('//form[@id="comment-form" and starts-with(@action, "http:")]', NULL, "The $mode comment form action is http.");
|
||||
$comment_body = $this->randomName(8);
|
||||
$this->drupalPost(NULL, array('comment' => $comment_body), t('Save'));
|
||||
$this->assertRaw($comment_body);
|
||||
}
|
||||
$this->drupalLogout();
|
||||
|
||||
// Test the user login block.
|
||||
$this->drupalGet('');
|
||||
$edit = array(
|
||||
'name' => $this->web_user->name,
|
||||
'pass' => $this->web_user->pass_raw,
|
||||
);
|
||||
$this->drupalPost(NULL, $edit, t('Log in'));
|
||||
$this->drupalGet('user/' . $this->web_user->uid . '/edit');
|
||||
$this->assertResponse(200);
|
||||
|
||||
// Clean up
|
||||
$this->drupalLogout();
|
||||
variable_del('securepages_pages');
|
||||
variable_del('securepages_switch');
|
||||
}
|
||||
|
||||
function _testCachedResponse() {
|
||||
// Enable the page cache and fetch the login page.
|
||||
variable_set('cache', TRUE);
|
||||
$url = url('user/login', array('absolute' => TRUE));
|
||||
$this->drupalGet($url);
|
||||
|
||||
// Short-circuit redirects within the simpletest browser.
|
||||
variable_set('simpletest_maximum_redirects', 0);
|
||||
$this->drupalGet($url);
|
||||
$this->assertResponse(302);
|
||||
$this->assertEqual($this->drupalGetHeader('Location'), $this->_toHTTPS(url('user/login', array('absolute' => TRUE))));
|
||||
// $this->assertEqual($this->drupalGetHeader('X-Securepages-Cache'), 'HIT', 'Page was cached.'); @FIXME
|
||||
|
||||
// Clean up
|
||||
variable_del('cache');
|
||||
variable_del('simpletest_maximum_redirects');
|
||||
}
|
||||
|
||||
/**
|
||||
* Test redirection on aliased paths.
|
||||
*/
|
||||
function _testPathAlias() {
|
||||
variable_set('securepages_pages', "node/*\nuser*");
|
||||
|
||||
// Create test user and login.
|
||||
$web_user = $this->drupalCreateUser(array('create page content', 'edit own page content', 'administer url aliases', 'create url aliases'));
|
||||
$this->drupalLogin($web_user);
|
||||
|
||||
// Create test node.
|
||||
$node = $this->drupalCreateNode();
|
||||
|
||||
// Create alias.
|
||||
$edit = array();
|
||||
$edit['src'] = 'node/' . $node->nid;
|
||||
$edit['dst'] = $this->randomName(8);
|
||||
$this->drupalPost('admin/build/path/add', $edit, t('Create new alias'));
|
||||
|
||||
// Short-circuit redirects within the simpletest browser.
|
||||
variable_set('simpletest_maximum_redirects', 0);
|
||||
$this->drupalGet($edit['dst'], array('absolute' => TRUE));
|
||||
$this->assertResponse(302);
|
||||
$this->assertEqual($this->drupalGetHeader('Location'), $this->_toHTTPS(url($edit['dst'], array('absolute' => TRUE))));
|
||||
|
||||
// Clean up
|
||||
variable_del('simpletest_maximum_redirects');
|
||||
$this->drupalLogout();
|
||||
variable_del('securepages_pages');
|
||||
}
|
||||
|
||||
/**
|
||||
* Verifies that securepages is not an open redirect.
|
||||
*/
|
||||
function _testOpenRedirect() {
|
||||
// Short-circuit redirects within the simpletest browser.
|
||||
variable_set('simpletest_maximum_redirects', 0);
|
||||
variable_set('securepages_switch', TRUE);
|
||||
|
||||
global $base_url, $base_path;
|
||||
$secure_base_url = str_replace('http', 'https', $base_url);
|
||||
$this->drupalGet($secure_base_url . $base_path . '?q=http://example.com/', array('external' => TRUE));
|
||||
$this->assertResponse(302);
|
||||
$this->assertTrue(strstr($this->drupalGetHeader('Location'), $base_url), t('Open redirect test passed.'));
|
||||
|
||||
variable_del('simpletest_maximum_redirects');
|
||||
$this->drupalGet($secure_base_url . $base_path . '?q=' . urlencode('http://example.com/'), array('external' => TRUE));
|
||||
$this->assertResponse(404);
|
||||
|
||||
// Clean up
|
||||
variable_del('securepages_switch');
|
||||
}
|
||||
|
||||
/**
|
||||
* Test detection of XHR requests.
|
||||
*/
|
||||
function _testXHR() {
|
||||
$admin_user = $this->drupalCreateUser(array('access user profiles', 'administer users', 'access administration pages'));
|
||||
$this->drupalLogin($admin_user);
|
||||
|
||||
// Without XHR header
|
||||
$this->drupalGet($this->_toHTTP(url('user/autocomplete/a', array('absolute' => TRUE))));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTPS(url('user/autocomplete/a', array('absolute' => TRUE))));
|
||||
|
||||
// With XHR header
|
||||
$this->drupalGet($this->_toHTTP(url('user/autocomplete/a', array('absolute' => TRUE))), array(), array('X-Requested-With: XMLHttpRequest'));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTP(url('user/autocomplete/a', array('absolute' => TRUE))));
|
||||
|
||||
// Clean up
|
||||
$this->drupalLogout();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test role-based switching.
|
||||
*/
|
||||
function _testRoles() {
|
||||
// Enable securepages.
|
||||
$this->web_user = $this->drupalCreateUser(array('administer site configuration', 'access administration pages', 'access comments', 'post comments'));
|
||||
|
||||
// Extract the role that was just generated.
|
||||
$role = $this->web_user->roles;
|
||||
unset($role[DRUPAL_AUTHENTICATED_RID]);
|
||||
$role = current(array_keys($role));
|
||||
|
||||
$this->loginHTTPS($this->web_user);
|
||||
$edit = array('securepages_enable' => 1, 'securepages_switch' => 1, "securepages_roles[$role]" => 1);
|
||||
$this->drupalPost('admin/build/securepages', $edit, t('Save configuration'), array('https' => TRUE));
|
||||
$this->assertRaw(t('The configuration options have been saved.'));
|
||||
|
||||
// Visit the home page and /node with HTTPS and confirm that redirection happens.
|
||||
$this->drupalGet('', array('https' => FALSE));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTPS(url('', array('absolute' => TRUE))));
|
||||
$this->drupalGet($this->_toHTTP(url('node')));
|
||||
$this->assertResponse(200);
|
||||
$this->assertUrl($this->_toHTTPS(url('', array('absolute' => TRUE))));
|
||||
|
||||
// Test that forms actions aren't switched back to http.
|
||||
$node = $this->drupalCreateNode(array('type' => 'story', 'promote' => 1));
|
||||
$this->drupalGet($this->_toHTTPS(url('node/' . $node->nid, array('absolute' => TRUE))));
|
||||
$this->assertFieldByXPath('//form[@id="comment-form" and starts-with(@action, "/")]', NULL, "The comment form action is https.");
|
||||
|
||||
// Clean up
|
||||
variable_del('securepages_switch');
|
||||
variable_del('securepages_roles');
|
||||
$this->drupalLogout();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test path normalization checks.
|
||||
*/
|
||||
function _testPathNorms() {
|
||||
variable_set('securepages_switch', TRUE);
|
||||
variable_set('securepages_pages', 'user');
|
||||
|
||||
// Test mixed-case path.
|
||||
$this->drupalGet('UsEr');
|
||||
$this->assertUrl($this->_toHTTPS(url('UsEr', array('absolute' => TRUE))));
|
||||
$this->assertFieldByXPath('//form[@id="user-login" and starts-with(@action, "/")]', NULL, 'The user login form action is https.');
|
||||
|
||||
// Test that a trailing slash will not force a protected form's action to
|
||||
// http.
|
||||
$https_path = $this->_toHTTPS(url('user/', array('absolute' => TRUE)));
|
||||
// A http based 'user/' path will become 'user' when doing the redirect, so
|
||||
// best to ensure that the test gets the right conditions the path should be
|
||||
// https based.
|
||||
$this->drupalGet($https_path);
|
||||
$this->assertUrl($https_path);
|
||||
$this->assertFieldByXPath('//form[@id="user-login" and starts-with(@action, "/")]', NULL, 'The user login form action is https.');
|
||||
|
||||
// Clean up.
|
||||
variable_del('securepages_switch');
|
||||
variable_del('securepages_pages');
|
||||
}
|
||||
|
||||
/**
|
||||
* Logs in a user using HTTPS.
|
||||
*/
|
||||
function loginHTTPS($user) {
|
||||
$edit = array(
|
||||
'name' => $user->name,
|
||||
'pass' => $user->pass_raw,
|
||||
);
|
||||
$this->drupalPost($this->_toHTTPS(url('user', array('absolute' => TRUE))), $edit, t('Log in'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper function, because url() in D6 lacks 'https' => TRUE
|
||||
*/
|
||||
function _toHTTPS($url) {
|
||||
return str_replace('http://', 'https://', $url);
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper function, because url() in D6 lacks 'https' => FALSE
|
||||
*/
|
||||
function _toHTTP($url) {
|
||||
return str_replace('https://', 'http://', $url);
|
||||
}
|
||||
|
||||
}
|
Reference in a new issue