Notes.ini Entry



Name:

    DominoDisablePassThruHTML

Syntax

    DominoDisablePassThruHTML=0 / 1 / 2

Applies to:

    Servers

Add-on:


    First Release:

      6.5.4 FP1

    Obsolete since:


      Category:

        HTML

      Default:

        0

      UI equivalent:

        None

      Description:
      This setting allows the server to disable the recognition of passthru HTML characters, thus allowing any HTML enclosed to be treated as regular text. This means that the marked rich text is ignored and treated as it would be if it were not marked.

      Valid Values are:

      0 = (the default) enables passthru html
      1 = disable passthru delimited with square brackets
      2 = disable all passthru html

      This setting affects rendering (Web server generated output), not input. Thus, someone can still post an item that has the passthru html in it, but it won't be interpreted as such when the Web server generates output HTML.

      - passthru html is enabled
      - disable passthru only for text delimited with < >.
      - disable all passthru for text marked astpassthru with the Notes editor, using text->pass-thru HTML, or specifying a paragraph style "HTML".

      Having two levels of disabling passthru allows administrators to eliminate any external threat -- such as passthru added by someone from the Web -- but allows applications written using the Notes editor style of passthru to continue working (for example, the mail template).

      Setting of DominoDisablePassThruHTML does not affect:

      if and how the notes client treats passthru html.

      other ways of putting "raw" html into a document (for example, marking a form as content type html or putting a field named HTML on the document).

      SPR# KEMG6ATST6 - It is now possible to disable the web server from processing passthru html. This is a server wide option. The option is controlled with the configuration variable:

      This setting is new in 6.5.4FP1