PA-DSS compliance

Overview

This page discusses various changes in netFORUM to be certificed for Payment Application Data Security Standard (PA-DSS).

Logins

eWeb

frame

The baseline eWeb web site (and any sites that would get copied from it) includes a script that will cause any sites holding eWeb in an iFrame to make eWeb bust out of the iFrame. The rationale for this is to prevent malicious sites from hosting your own web site and impersonating your web site.

Since the CMS designer in iWeb holds the eWeb site in an iFrame, you will need to temporarily remove this script in order to work on the site in netFORUM CMS. You may then add the script back for deployment to a production environment.

To do this, do the following:

  1. From netFORUM iWeb, go to the CMS module.
  2. Navigate to any web site other than eWeb.
  3. From the action items, click the Classic view link.
  4. Now you should be in classic view instead of design view. Use the next/previous links to go to the eWeb site.
  5. Once you're on the eWeb site in classic view, click the Default Panes tab.
  6. You should see panes for Bottom, Left and Top. Click the edit pencil to edit the Top pane.
  7. You will see the script shown below. Comment out this script using HTML comments.

The actual script is this:

<SCRIPT LANGUAGE = javascript>
if (top.frames.length!=0)
top.location=self.document.location;
</SCRIPT>

See also

External links

Was this article helpful?
0 out of 0 found this helpful