Skip to content

Commit 13c69a1

Browse files
committed
Turned off html autoescape in IPR email templates.
- Legacy-Id: 16423
1 parent 31ad4eb commit 13c69a1

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

ietf/templates/ipr/migration_licensing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load ietf_filters %}
1+
{% autoescape off %}{% load ietf_filters %}
22
The Patent Holder states that its position with respect to licensing any patent claims
33
contained in the patent(s) or patent application(s) disclosed above that would necessarily
44
be infringed by implementation of the technology required by the relevant IETF
@@ -29,3 +29,4 @@ specification, is as follows(select one licensing declaration option only):
2929
{% endif %}Licensing information, comments, notes or URL for further information:
3030

3131
{{ info|safe|wordwrap:76|indent }}
32+
{% endautoescape %}

ietf/templates/ipr/posted_document_email.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load ietf_filters %}To: {{ to_email }}
1+
{% autoescape off %}{% load ietf_filters %}To: {{ to_email }}
22
From: IETF Secretariat <ietf-ipr@ietf.org>
33
Subject: IPR Disclosure {{ ipr.title }}
44
Cc: {{ cc_email }}
@@ -12,3 +12,4 @@ An IPR disclosure that pertains to your {{ doc_info }} was submitted to the IETF
1212
Thank you
1313

1414
IETF Secretariat
15+
{% endautoescape %}

ietf/templates/ipr/posted_generic_email.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To: {{ to_email }}
1+
{% autoescape off %}To: {{ to_email }}
22
From: IETF Secretariat <ietf-ipr@ietf.org>
33
Subject: Posting of IPR Disclosure
44
Cc:
@@ -12,4 +12,5 @@ and has been posted on the "IETF Page of Intellectual Property Rights Disclosure
1212

1313
Thank you
1414

15-
IETF Secretariat
15+
IETF Secretariat
16+
{% endautoescape %}

ietf/templates/ipr/posted_submitter_email.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To: {{ to_email }}
1+
{% autoescape off %}To: {{ to_email }}
22
From: IETF Secretariat <ietf-ipr@ietf.org>
33
Subject: Posting of IPR {% if ipr.updates %}Updated {% endif %}Disclosure
44
Cc: {{ cc_email }}
@@ -17,4 +17,5 @@ IPR disclosure ID #{{ rel.target.pk }}, "{{ rel.target.title }}", which was post
1717

1818
Thank you
1919

20-
IETF Secretariat
20+
IETF Secretariat
21+
{% endautoescape %}

ietf/templates/ipr/update_submitter_email.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To: {{ to_email }}
1+
{% autoescape off %}To: {{ to_email }}
22
From: IETF Secretariat <ietf-ipr@ietf.org>
33
Subject: IPR update notification
44
Reply-To: {{ reply_to }}
@@ -24,4 +24,5 @@ the update until we can be assured it is authorized.
2424

2525
Thank you
2626

27-
IETF Secretariat
27+
IETF Secretariat
28+
{% endautoescape %}

0 commit comments

Comments
 (0)