Book
- Drupal - Installation
- Drupal - Localization
- Drupal - Administration
- Drupal - Optimization
- Drupal - Security
- Drupal - Look and Feel
- Drupal - Garland Adjustments
- Drupal - CSS Tweaks
- Drupal - Outlook of Forms
- Drupal - Form Behavior
- Drupal - Node Form Buttons
- Drupal - jQuery
- Drupal - ExtJS
- Drupal - Custom Themes
- Drupal - Miscellaneous Themes
- Drupal - Superfish Menus
- Drupal - Contemplate
- Drupal - Iconizer
- Drupal - On Mobile Devices
- Drupal - More Look and Feel
- Drupal - Hierarchical Select
- Drupal - Panels
- Drupal - Zen Theme
- Drupal - jCarousel
- Flash with Drupal
- PSD-to-CSS online converter
- Drupal - Uploads
- Drupal - Navigation
- Drupal - Bookmarks (per-user menu)
- Drupal - Click Path
- Drupal - Keyboard Shortcuts
- Drupal - Flagging (and bookmarking)
- Drupal - Outline Designer
- Drupal - Recent Changes
- Drupal - Relevant Content
- Drupal - Simple Menu
- Drupal - Other Menu Modules
- Drupal - Other Navigation Modules
- Drupal - Russian search and keywords
- Drupal - Web Links
- Drupal - Improvements
- Drupal - Taxonomy and Views
- Drupal - Input Formats
- Drupal - Images
- Drupal - Data Presentation
- Drupal - Multimedia
- Drupal - Gadgets
- Drupal - Data Analysis
- Drupal - Geospatial
- Drupal - FAQ
- Drupal Resources
Drupal - Secure Pages
Secure pages
module redirects the required pages to a SSL version of the page, so you make sure the user is running on a secure page when they are creating/editing content, viewing user details, or administering the site.
Hijack prevention
module is an add-on to the securepages module that will prevent hijacked sessions from accessing SSL pages, yet still allow users to stay logged in when browsing non-SSL pages. The login form is also secured, both on the user page and the login block.
Secure pages provides a setting to automatically redirect back to non-secure connection when a target page is not listed in the secure list. This is helpful if you surf your site with Internet Explorer and hit a page with embedded youtube video. Youtube by default provides flash script from non-secure address making IE complain if it is embedded in a secure page. On the other hand this can break Javascript in IMCE or Image Assist which open helpers in a separate window and need to interact with FCKeditor in the original window. If FCKeditor is on secure page and IMCE is not, the browser will deny access and screw things up. Similar problems with AJAX? uploaders and progress meters. So, if you declare "node/*/edit" as secure, also do include the following in the list of secure pages:
- imce*
- img_assist*
- filefield/*
- upload/js*

Comments
Post new comment