j1-template 2021.1.9 → 2021.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  5. data/_includes/themes/j1/layouts/content_generator_page.html +4 -1
  6. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  7. data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
  8. data/_includes/themes/j1/layouts/layout_metadata_generator.html +55 -0
  9. data/_includes/themes/j1/modules/connectors/comment/commento.html +31 -0
  10. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +7 -8
  11. data/_includes/themes/j1/modules/connectors/comment/disqus.html +12 -54
  12. data/_includes/themes/j1/modules/connectors/comment/facebook.html +7 -8
  13. data/_includes/themes/j1/modules/connectors/comment/hyvor.html +33 -0
  14. data/_includes/themes/j1/modules/connectors/comment/just-comments.html +31 -0
  15. data/_includes/themes/j1/modules/connectors/comments +3 -0
  16. data/_layouts/default.html +51 -0
  17. data/assets/data/disqus.js +81 -0
  18. data/assets/data/hyvor.js +72 -0
  19. data/assets/error_pages/HTTP204.html +5 -1
  20. data/assets/error_pages/HTTP400.html +4 -0
  21. data/assets/error_pages/HTTP401.html +4 -0
  22. data/assets/error_pages/HTTP403.html +4 -0
  23. data/assets/error_pages/HTTP404.html +4 -0
  24. data/assets/error_pages/HTTP444.html +93 -0
  25. data/assets/error_pages/HTTP500.html +4 -0
  26. data/assets/error_pages/HTTP501.html +4 -0
  27. data/assets/error_pages/HTTP502.html +4 -0
  28. data/assets/error_pages/HTTP503.html +4 -0
  29. data/assets/themes/j1/adapter/js/algolia.js +10 -10
  30. data/assets/themes/j1/adapter/js/asciidoctor.js +6 -6
  31. data/assets/themes/j1/adapter/js/attic.js +17 -17
  32. data/assets/themes/j1/adapter/js/bmd.js +6 -6
  33. data/assets/themes/j1/adapter/js/carousel.js +10 -10
  34. data/assets/themes/j1/adapter/js/clipboard.js +10 -10
  35. data/assets/themes/j1/adapter/js/cookieConsent.js +68 -41
  36. data/assets/themes/j1/adapter/js/fam.js +34 -34
  37. data/assets/themes/j1/adapter/js/framer.js +6 -6
  38. data/assets/themes/j1/adapter/js/j1.js +531 -231
  39. data/assets/themes/j1/adapter/js/justifiedGallery.js +11 -11
  40. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +19 -19
  41. data/assets/themes/j1/adapter/js/lightbox.js +6 -6
  42. data/assets/themes/j1/adapter/js/logger.js +7 -7
  43. data/assets/themes/j1/adapter/js/mmenu.js +25 -25
  44. data/assets/themes/j1/adapter/js/navigator.js +52 -49
  45. data/assets/themes/j1/adapter/js/quicksearch.js +6 -6
  46. data/assets/themes/j1/adapter/js/rouge.js +7 -7
  47. data/assets/themes/j1/adapter/js/rtable.js +6 -6
  48. data/assets/themes/j1/adapter/js/themer.js +145 -94
  49. data/assets/themes/j1/adapter/js/toccer.js +9 -9
  50. data/assets/themes/j1/core/js/template.js +24 -4
  51. data/assets/themes/j1/core/js/template.js.map +1 -1
  52. data/assets/themes/j1/core/js/template.min.js +24 -4
  53. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  54. data/assets/themes/j1/modules/backstretch/js/backstretch.js +3 -3
  55. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +35 -23
  56. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +35 -23
  57. data/assets/themes/j1/modules/lunrSearch/js/quicksearch.js +1 -1
  58. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +19 -19
  59. data/lib/j1/version.rb +1 -1
  60. data/lib/starter_web/Gemfile +1 -1
  61. data/lib/starter_web/_config.yml +42 -24
  62. data/lib/starter_web/_data/_defaults/private.default.yml +119 -0
  63. data/lib/starter_web/_data/j1_config.yml +22 -11
  64. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +2 -1
  65. data/lib/starter_web/_data/resources.yml +0 -4
  66. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  67. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  68. data/lib/starter_web/dot.gitignore +1 -1
  69. data/lib/starter_web/index.html +3 -3
  70. data/lib/starter_web/package.json +1 -1
  71. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +3 -0
  72. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +3 -0
  73. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +3 -0
  74. data/lib/starter_web/pages/public/blog/navigator/archive.html +4 -0
  75. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +4 -0
  76. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +4 -0
  77. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -1
  78. data/lib/starter_web/pages/public/blog/navigator/index.html +4 -0
  79. data/lib/starter_web/pages/public/cookieConsent.adoc +3 -0
  80. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +0 -1
  81. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -1
  82. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +0 -2
  83. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +0 -2
  84. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +0 -1
  85. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +0 -1
  86. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +0 -1
  87. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +0 -1
  88. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +0 -1
  89. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -1
  90. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +3 -1
  91. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +3 -1
  92. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +78 -17
  93. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +3 -1
  94. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  95. data/lib/starter_web/utilsrv/package.json +1 -1
  96. metadata +9 -8
  97. data/assets/themes/j1/adapter/js/themer.1.js +0 -326
  98. data/assets/themes/j1/modules/util/js/js.cookie.js +0 -163
  99. data/assets/themes/j1/modules/util/js/lite-url.js +0 -203
  100. data/assets/themes/j1/modules/util/js/lite-url.min.js +0 -7
  101. data/assets/themes/j1/modules/util/js/platform.js +0 -1260
  102. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +0 -244
@@ -27,7 +27,7 @@ defaults:
27
27
  enabled: false
28
28
 
29
29
  autoShowDialog: true # show consent dialog if NO consent cookie found
30
- language: de # language of the modal is shown. Default: navigator.language
30
+ language: en # language of the modal is shown. Default: navigator.language
31
31
  languages: [en, de] # supported languages, defaults to FIRST language defined by languages
32
32
  contentURL: /assets/data/cookieconsent # dialogs content for all languages
33
33
  cookieName: j1.user.consent # name of the consent cookie
@@ -35,6 +35,7 @@ defaults:
35
35
  postSelectionCallback: j1.adapter.cookieConsent.cbCookie # currently hardcoded
36
36
 
37
37
  reloadPageOnChange: false # reload current page if user settings has been changed
38
+ sameSite: Strict # restrict consent cookie to first-party, do NOT send cookie to other domains
38
39
  xhr_data_element: consent-data # container for the language-specific consent modal (taken from /assets/data/cookieconsent.html)
39
40
  whitelisted: [ /pages/public/legal/en/privacy ] # pages NO consent issued, currently NOT supported
40
41
 
@@ -362,10 +362,6 @@ resources:
362
362
 
363
363
  ]
364
364
  files: [
365
- modules/util/js/js.cookie.js,
366
- modules/util/js/lite-url.js,
367
- modules/util/js/platform.js,
368
- modules/util/js/domready.js,
369
365
  modules/util/js/gtag-opt-in.js,
370
366
  adapter/js/j1.js
371
367
  ]
@@ -412,7 +412,7 @@ end::tables[]
412
412
  // -----------------------------------------------------------------------------
413
413
  tag::products[]
414
414
  :j1--license: MIT License
415
- :j1--version: 2021.1.9
415
+ :j1--version: 2021.1.13
416
416
  :j1--site-name: Jekyll One
417
417
  end::products[]
418
418
 
@@ -360,6 +360,6 @@ end
360
360
 
361
361
  module Jekyll
362
362
  module J1LunrSearch
363
- VERSION = '2021.1.9'
363
+ VERSION = '2021.1.13'
364
364
  end
365
365
  end
@@ -42,7 +42,7 @@ tmp/
42
42
  # Never publish your sensitive personal and/or OAuth
43
43
  # data to any repo - not to public, not to any private.
44
44
  # ------------------------------------------------------------------------------
45
- private.yml
45
+ # private.yml
46
46
 
47
47
 
48
48
  # Unneeded files for the generated site
@@ -18,9 +18,9 @@ robots:
18
18
  index: true
19
19
  follow: true
20
20
 
21
- # analytics: false
22
- # advertising: false
23
- # comments: false
21
+ analytics: true
22
+ advertising: false
23
+ comments: false
24
24
 
25
25
  fam_menu_id: default
26
26
  scrollbar: false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2021.1.9",
4
+ "version": "2021.1.13",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -14,6 +14,9 @@ categories: [ Asciidoc, Skeleton ]
14
14
  tags: [ Knowledge, Skeleton, Book ]
15
15
 
16
16
  sitemap: false
17
+ advertising: false
18
+ comments: false
19
+
17
20
  robots:
18
21
  index: false
19
22
  follow: false
@@ -13,6 +13,9 @@ categories: [ Asciidoc, Skeleton ]
13
13
  tags: [ Knowledge, Skeleton, Document ]
14
14
 
15
15
  sitemap: false
16
+ advertising: false
17
+ comments: false
18
+
16
19
  robots:
17
20
  index: false
18
21
  follow: false
@@ -12,6 +12,9 @@ categories: [ Asciidoc, Skeleton ]
12
12
  tags: [ Knowledge, Skeleton, Document ]
13
13
 
14
14
  sitemap: false
15
+ advertising: false
16
+ comments: false
17
+
15
18
  robots:
16
19
  index: false
17
20
  follow: false
@@ -15,6 +15,10 @@ pagination:
15
15
  enabled: false
16
16
  permalink: /page:num/
17
17
 
18
+ analytics: true
19
+ advertising: false
20
+ comments: false
21
+
18
22
  regenerate: true
19
23
 
20
24
  resources: []
@@ -15,6 +15,10 @@ pagination:
15
15
  enabled: false
16
16
  permalink: /page:num/
17
17
 
18
+ analytics: true
19
+ advertising: false
20
+ comments: false
21
+
18
22
  regenerate: true
19
23
 
20
24
  resources: []
@@ -15,6 +15,10 @@ pagination:
15
15
  enabled: false
16
16
  permalink: /page:num/
17
17
 
18
+ analytics: true
19
+ advertising: false
20
+ comments: false
21
+
18
22
  regenerate: true
19
23
 
20
24
  resources: []
@@ -15,6 +15,10 @@ pagination:
15
15
  enabled: false
16
16
  permalink: /page:num/
17
17
 
18
+ analytics: true
19
+ advertising: false
20
+ comments: false
21
+
18
22
  regenerate: false
19
23
 
20
24
  resource_options:
@@ -170,7 +174,7 @@ resource_options:
170
174
  </a>
171
175
  </div>
172
176
  </div -->
173
-
177
+
174
178
  <!-- place post -->
175
179
  <article class="card raised-z3 mb-5">
176
180
  <h3 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h3>
@@ -15,6 +15,10 @@ sort: date
15
15
  toc: true
16
16
  fam_menu_id: open_toc
17
17
 
18
+ analytics: true
19
+ advertising: false
20
+ comments: false
21
+
18
22
  regenerate: true # needed to update pagination pages
19
23
 
20
24
  resources: []
@@ -12,6 +12,9 @@ tags: [ Cookie, Consent ]
12
12
  scrollbar: false
13
13
  fam_menu_id: default
14
14
 
15
+ advertising: false
16
+ comments: false
17
+
15
18
  permalink: /pages/public/cookieConsent/
16
19
  regenerate: true
17
20
 
@@ -10,7 +10,6 @@ description: >
10
10
  categories: [ Images, Module ]
11
11
  tags: [ Roundtrip, Introduction ]
12
12
 
13
- comments: false
14
13
  fam_menu_id: page_ctrl_simple
15
14
 
16
15
  permalink: /pages/public/learn/roundtrip/present_images/
@@ -15,7 +15,8 @@ tags: [ Roundtrip, Introduction ]
15
15
  permalink: /pages/public/learn/roundtrip/present_videos/
16
16
  regenerate: false
17
17
 
18
- comments: false
18
+ personalization: true
19
+
19
20
  fam_menu_id: page_ctrl_simple
20
21
 
21
22
  resources: [
@@ -11,8 +11,6 @@ description: >
11
11
  categories: [ Typography, Module ]
12
12
  tags: [ Roundtrip, Introduction ]
13
13
 
14
-
15
- comments: false
16
14
  fam_menu_id: page_ctrl_simple
17
15
 
18
16
  permalink: /pages/public/learn/roundtrip/typography/
@@ -13,8 +13,6 @@ description: >
13
13
  categories: [ Icon, Module ]
14
14
  tags: [ Roundtrip, Introduction ]
15
15
 
16
-
17
- comments: false
18
16
  fam_menu_id: page_ctrl_simple
19
17
 
20
18
  permalink: /pages/public/learn/roundtrip/mdi_icon_font/
@@ -12,7 +12,6 @@ description: >
12
12
  categories: [ Asciidoc, Extension ]
13
13
  tags: [ Roundtrip, Introduction ]
14
14
 
15
- comments: false
16
15
  fam_menu_id: page_ctrl_simple
17
16
 
18
17
  permalink: /pages/public/learn/roundtrip/asciidoc_extensions/
@@ -13,7 +13,6 @@ categories: [ Bootstrap, Modals ]
13
13
  tags: [ Roundtrip, Introduction ]
14
14
 
15
15
  flowtext: false
16
- comments: false
17
16
  fam_menu_id: page_ctrl_simple
18
17
 
19
18
  permalink: /pages/public/learn/roundtrip/modals/
@@ -11,7 +11,6 @@ categories: [ Bootstrap, Tables ]
11
11
  tags: [ Roundtrip, Introduction ]
12
12
 
13
13
  flowtext: false
14
- comments: false
15
14
  fam_menu_id: page_ctrl_simple
16
15
 
17
16
  permalink: /pages/public/learn/roundtrip/responsive_tables/
@@ -12,7 +12,6 @@ categories: [ Bootstrap, Themes ]
12
12
  tags: [ Roundtrip, Introduction ]
13
13
 
14
14
  scrollbar: false
15
- comments: false
16
15
  fam_menu_id: page_ctrl_simple
17
16
 
18
17
  permalink: /pages/public/learn/roundtrip/themes/
@@ -15,7 +15,6 @@ tags: [ Roundtrip, Introduction ]
15
15
 
16
16
  toc: true
17
17
  scrollbar: false
18
- comments: false
19
18
  fam_menu_id: page_ctrl_simple
20
19
 
21
20
  permalink: /pages/public/learn/roundtrip/quicksearch/
@@ -10,7 +10,6 @@ description: >
10
10
  categories: [ Info ]
11
11
  tags: [ Roundtrip, Introduction ]
12
12
 
13
- comments: false
14
13
  fam_menu_id: default
15
14
 
16
15
  permalink: /pages/public/learn/where_to_go/
@@ -15,9 +15,11 @@ robots:
15
15
 
16
16
  fam_menu_id: page_ctrl_simple
17
17
  scrollbar: false
18
- comments: false
19
18
  toc: true
20
19
 
20
+ advertising: false
21
+ comments: false
22
+
21
23
  permalink: /pages/public/legal/en/copyright/
22
24
  regenerate: false
23
25
 
@@ -15,9 +15,11 @@ robots:
15
15
 
16
16
  fam_menu_id: page_ctrl_simple
17
17
  scrollbar: false
18
- comments: false
19
18
  toc: false
20
19
 
20
+ advertising: false
21
+ comments: false
22
+
21
23
  permalink: /pages/public/legal/en/impress/
22
24
  regenerate: false
23
25
 
@@ -15,9 +15,11 @@ robots:
15
15
 
16
16
  fam_menu_id: page_ctrl_simple
17
17
  scrollbar: false
18
- comments: false
19
18
  toc: true
20
19
 
20
+ advertising: false
21
+ comments: false
22
+
21
23
  permalink: /pages/public/legal/en/privacy/
22
24
  regenerate: false
23
25
 
@@ -47,6 +49,8 @@ resource_options:
47
49
  :cookie-consent: true
48
50
  :logs-files: false
49
51
  :google-analytics: true
52
+ :hyvor: true
53
+ :disqus: false
50
54
  :facebook: false
51
55
  :twitter: false
52
56
  :instagram: false
@@ -91,7 +95,6 @@ information about what data is collected and how they may be passed on
91
95
  to partners can be found in the privacy dialog by clicking on the
92
96
  `Privacy Policy` button.
93
97
 
94
-
95
98
  Necessary::
96
99
  data is stored to run base services of this site. This website is based on
97
100
  static content, and no database is used behind it. All information (data)
@@ -211,8 +214,8 @@ endif::[]
211
214
  ifeval::[{facebook} == true]
212
215
  == Use of Facebook Plug-ins
213
216
 
214
- We have integrated plug-ins (Like-Button) by the social network *Facebook*,
215
- provided by:
217
+ Commenting on *Facebook* is available if you have *agreed* on
218
+ *personalization* with your privacy settings to use this site provided by:
216
219
 
217
220
  ----
218
221
  Facebook Inc.
@@ -222,8 +225,6 @@ provided by:
222
225
  USA
223
226
  ----
224
227
 
225
- into our website.
226
-
227
228
  When you visit our website, the plug-in will establish a direct connection
228
229
  between your browser and the Facebook server. Thereby Facebook will be informed
229
230
  about your visit on our website with your IP address. If you click the Facebook
@@ -243,8 +244,8 @@ endif::[]
243
244
  ifeval::[{twitter} == true]
244
245
  == Use of Twitter
245
246
 
246
- We have integrated functions by the service provider Twitter into our website.
247
- These functions are offered by:
247
+ Commenting on *Twitter* is available if you have *agreed* on
248
+ *personalization* with your privacy settings to use this site provided by:
248
249
 
249
250
  ----
250
251
  Twitter Inc.
@@ -256,15 +257,16 @@ These functions are offered by:
256
257
 
257
258
  When using Twitter and the "re-tweet" function, the websites you have visited
258
259
  will be linked to your Twitter account and made available to other users.
259
- Data will also be transmitted to Twitter.
260
-
261
- We would like to point out that as provider of the website we possess no
262
- knowledge of the contents of the data transmitted or its use by Twitter.
263
- You can find further information on this topic in the Twitter privacy
264
- policy at link:{url-twitter--privacy-en}[Privacy Police, {browser-window--new}].
265
- You can change your Twitter privacy
266
- settings in your account settings at
260
+ Data will also be transmitted to Twitter. We would like to point out that as
261
+ provider of the website we possess no knowledge of the contents of the data
262
+ transmitted or its use by Twitter.
263
+
264
+ Further information on the handling of user data can be found in the
265
+ link:{url-twitter--privacy-en}[Privacy Police, {browser-window--new}].
266
+
267
+ You can change your Twitter privacy settings in your account settings at
267
268
  link:{url-twitter--login}[Login, {browser-window--new}].
269
+
268
270
  endif::[]
269
271
 
270
272
  ifeval::[{instagram} == true]
@@ -290,13 +292,15 @@ deren Nutzung durch Instagram erhalten.
290
292
 
291
293
  Weitere Informationen hierzu finden Sie in der
292
294
  link:{url-instagram--privacy-policy}[Privacy Police Instagram, {browser-window--new}].
295
+
293
296
  endif::[]
294
297
 
295
298
  ifeval::[{youtube} == true]
296
299
  == Use of YouTube
297
300
 
298
301
  We have integrated functions by the service provider *YouTube* into our
299
- website on selected pages. These functions are offered by:
302
+ website on selected pages. *YouTube* is available if you have *agreed* on
303
+ *personalization* with your privacy settings to use this site provided by:
300
304
 
301
305
  ----
302
306
  YouTube LLC,
@@ -315,4 +319,61 @@ by logging out of your YouTube account.
315
319
 
316
320
  Further information on the handling of user data can be found in the
317
321
  link:{url-google--privacy-policy-en}[Privacy Police Google/YouTube, {browser-window--new}].
322
+
323
+ endif::[]
324
+
325
+
326
+ ifeval::[{disqus} == true]
327
+ == Use of Disqus
328
+
329
+ We have integrated the social network|commenting platform *Disqus* into our
330
+ website. Commenting on *Disqus* is available if you have *agreed* on
331
+ *personalization* with your privacy settings to use this site provided by:
332
+
333
+ ----
334
+ Disqus, Inc.
335
+ 301 Howard Street
336
+ Suite 300
337
+ CA 94105
338
+ USA
339
+ ----
340
+
341
+ When you visit our website, the plug-in will establish a direct connection
342
+ between your browser and the Disqus server. Thereby Disqus will be informed
343
+ about your visit on our website with your IP address and other data tracked
344
+ by cookies and similiar technologies. Your personal data is shared by partners
345
+ of the provider *Disqus* with third-party advertising platforms.
346
+
347
+ Further information on the handling of user data can be found in the
348
+ https://help.disqus.com/en/articles/1717103-disqus-privacy-policy[Privacy Policy, {browser-window--new}].
349
+
350
+ endif::[]
351
+
352
+ ifeval::[{hyvor} == true]
353
+ == Use of Hyvor Talk
354
+
355
+ We have integrated the social network|commenting platform *Hyvor Talk* into
356
+ our website. Commenting on *Hyvor Talk* is available if you have *agreed* on
357
+ *personalization* with your privacy settings to use this site provided by:
358
+
359
+ ----
360
+ No 130
361
+ Green Mount State
362
+ Madawa, Pilessa
363
+ Kurunegala
364
+ Sri Lanka
365
+ ----
366
+
367
+ Hyvor Talk is a *privacy-first*, no ads, no tracking platform to support a
368
+ visitors for comments on this website. When you visit our website, the
369
+ commenting platform will establish a direct connection between your browser
370
+ and the Hyvor servers, but does *not* sell any of your personal data to
371
+ third-parties or advertisers.
372
+
373
+ Further information on the handling of user data can be found in the
374
+ https://hyvor.com/privacy-policy[Privacy Policy, {browser-window--new}].
375
+
376
+ NOTE: Hyvor Talk does not place any tracking, advertising, affiliate, or any
377
+ third-party codes.
378
+
318
379
  endif::[]