We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faa488f + 27d9850 commit fe9b5ceCopy full SHA for fe9b5ce
1 file changed
README.md
@@ -147,7 +147,8 @@ var orejimeConfig = {
147
title: 'Inline Tracker',
148
description: 'Example of an inline tracking script',
149
cookies: [
150
- 'inline-tracker'[
+ 'inline-tracker',
151
+ [
152
// When deleting a cookie, Orejime will try to delete a cookie with the given name,
153
// the "/" path, and multiple domains (the current domain and `"." + current domain`).
154
// If an app sets a cookie on a different path or domain than that, Orejime won't be
0 commit comments