Skip to content

Commit b76cd19

Browse files
authored
Merge pull request #627 from ocsigen/utm
Ignore UTM parameters and others
2 parents 5443e68 + 8d8bbbf commit b76cd19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template.distillery/PROJECT_NAME.conf.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
/>
3232
</extension>
3333
<extension findlib-package="eliom.server">
34+
<!-- Ask Eliom to ignore UTM parameters and others: -->
35+
<ignoredgetparams regexp="utm_[a-z]*|[a-z]*clid|li_fat_id"/>
3436
<!-- Uncomment if you are using https only and want secure cookies:
3537
<securecookies value="true" />
3638
-->

0 commit comments

Comments
 (0)