Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ‘DOMAIN’ - all the pages of the defined DOMAIN

  • ‘STARTS_WITH’ - all the pages URL of which starts with the value defied

  • ‘PAGE’ - only on a particular page and exact URL of that page should be defined

If you don't want GRAVITY to load on some of the pages in your site, you can configure it to ignore those pages.

...

In addition to the common pattern types, there are specific ones that can only be used for Ignore list:

  • ‘CONTAINS_IN_PARAMS' - a key=value pair of query parameters used in the URL.
    For example, the pattern 'config=true’ will skip loading of GRAVITY on pages such as https://site.com/users/list?config=true&sortBy=name

  • CONTAINS_IN_PATH - a string which is a sub-path of the URL
    For example, the pattern 'editone’ will skip loading of GRAVITY on pages such as https://site.com/users/editone

  • HAS_ATTRIBUTE - applies only to IFrames and allows to skip loading GRAVITY on all IFrames (pattern 'iframe'), or only on IFrames with a certain class ('class="wysiwyg_editor_cls"), or on IFrames with the defined key=value pair of HTML attributes ('id="login_frame"', 'frameborder="0"' or similar).