Skip to main content

Patch DocumentTemplate to not return any content.

Project description

Patch DocumentTemplate to not return any content.

Features

DTML documents have been deprecated for several years, at least within the Plone community. So you should not use them. But still Plone ships with DTML documents. And these may contain security issues, especially for Cross Site Scripting (CSS). So this package patches the Document Templates to not return any content.

Options

The package looks for a few environment variables.

SHOW_ORIGINAL_DTML

When this is set, the original DTML value is printed in the zope instance log.

DEBUG_DTML_VALUE

When this is set, the given value is return as content of the DTML.

Installation

Install experimental.nodtml by adding it to your buildout:

[buildout]
...
eggs =
    experimental.nodtml

and then running bin/buildout

No zcml is needed.

Contribute

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.0.2 (2016-09-24)

Bug fixes:

  • Fixed showing String .__str__. [maurits]

1.0.1 (2016-09-24)

Bug fixes:

  • Added z3c.autoinclude entry point, so our code gets loaded on startup. [maurits]

1.0 (2016-09-24)

  • Initial release. [mauritsvanrees]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

experimental.nodtml-1.0.2.tar.gz (10.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page