privacy.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. "use strict";
  2. (() => {
  3. var exports = {};
  4. exports.id = 8915;
  5. exports.ids = [8915];
  6. exports.modules = {
  7. /***/ 49198:
  8. /***/ ((module, __webpack_exports__, __webpack_require__) => {
  9. __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
  10. __webpack_require__.r(__webpack_exports__);
  11. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  12. /* harmony export */ "default": () => (/* binding */ pageWrapperTemplate),
  13. /* harmony export */ "getServerSideProps": () => (/* binding */ getServerSideProps),
  14. /* harmony export */ "getStaticProps": () => (/* binding */ getStaticProps)
  15. /* harmony export */ });
  16. /* harmony import */ var _sentry_server_config_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(96270);
  17. /* harmony import */ var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(58097);
  18. /* harmony import */ var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__);
  19. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20997);
  20. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__);
  21. /* harmony import */ var next_translate_Trans__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(74137);
  22. /* harmony import */ var next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_translate_Trans__WEBPACK_IMPORTED_MODULE_3__);
  23. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(60866);
  24. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__);
  25. /* harmony import */ var _contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(30089);
  26. /* harmony import */ var _contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9__);
  27. /* harmony import */ var _components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(25869);
  28. /* harmony import */ var _components_PageContainer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9234);
  29. /* harmony import */ var _utils_locale__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(24709);
  30. /* harmony import */ var _utils_navigation__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(57933);
  31. var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_utils_navigation__WEBPACK_IMPORTED_MODULE_8__]);
  32. _utils_navigation__WEBPACK_IMPORTED_MODULE_8__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
  33. const PATH = "/privacy";
  34. const PrivacyPage = ()=>{
  35. const { t , lang } = next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default()("privacy");
  36. return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, {
  37. children: [
  38. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
  39. title: t("privacy-header"),
  40. url: (0,_utils_navigation__WEBPACK_IMPORTED_MODULE_8__/* .getCanonicalUrl */ .Z2)(lang, PATH),
  41. languageAlternates: (0,_utils_locale__WEBPACK_IMPORTED_MODULE_7__/* .getLanguageAlternates */ .qc)(PATH)
  42. }),
  43. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_PageContainer__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
  44. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  45. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().contentPage),
  46. children: [
  47. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  48. children: t("privacy-header")
  49. }),
  50. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  51. children: t("main-privacy-desc")
  52. }),
  53. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  54. children: t("info-collection.title")
  55. }),
  56. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  57. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  58. components: {
  59. br: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  60. underline: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
  61. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
  62. })
  63. },
  64. i18nKey: "privacy:info-collection.desc"
  65. })
  66. }),
  67. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  68. children: t("personal-info-use.title")
  69. }),
  70. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  71. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  72. components: {
  73. br: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  74. li: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {}),
  75. underline: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
  76. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
  77. })
  78. },
  79. i18nKey: "privacy:personal-info-use.desc"
  80. })
  81. }),
  82. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  83. children: t("log-data.title")
  84. }),
  85. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  86. children: t("log-data.desc")
  87. }),
  88. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  89. children: t("communication.title")
  90. }),
  91. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  92. children: t("communication.desc")
  93. }),
  94. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  95. children: t("data-protection.title")
  96. }),
  97. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  98. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  99. components: {
  100. br: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  101. boldSpan: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
  102. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().bold)
  103. }, 2)
  104. },
  105. i18nKey: "privacy:data-protection.desc"
  106. })
  107. }),
  108. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  109. children: t("data-security.title")
  110. }),
  111. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  112. children: t("data-security.desc")
  113. }),
  114. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  115. children: t("data-sharing.title")
  116. }),
  117. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  118. children: t("data-sharing.desc")
  119. }),
  120. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  121. children: t("data-analysis.title")
  122. }),
  123. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  124. children: t("data-analysis.desc")
  125. }),
  126. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  127. children: t("data-deletion.title")
  128. }),
  129. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  130. children: t("data-deletion.desc")
  131. }),
  132. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  133. children: t("cookies.title")
  134. }),
  135. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  136. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  137. components: {
  138. br: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  139. li: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {}),
  140. subLi: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  141. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().subListItem)
  142. }),
  143. underline: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
  144. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
  145. })
  146. },
  147. i18nKey: "privacy:cookies.desc"
  148. })
  149. }),
  150. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  151. children: t("contact-us.title")
  152. }),
  153. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  154. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  155. components: {
  156. br: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  157. li: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {}),
  158. underline: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("span", {
  159. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_9___default().underline)
  160. }),
  161. 0: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("a", {
  162. href: "mailto:info@quran.foundation",
  163. target: "_blank",
  164. rel: "noreferrer"
  165. }, 0)
  166. },
  167. i18nKey: "privacy:contact-us.desc"
  168. })
  169. })
  170. ]
  171. })
  172. })
  173. ]
  174. });
  175. };
  176. var serverComponentModule = /*#__PURE__*/Object.freeze({
  177. __proto__: null,
  178. 'default': PrivacyPage
  179. });
  180. /*
  181. * This file is a template for the code which will be substituted when our webpack loader handles non-API files in the
  182. * `pages/` directory.
  183. *
  184. * We use `__SENTRY_WRAPPING_TARGET_FILE__.cjs` as a placeholder for the path to the file being wrapped. Because it's not a real package,
  185. * this causes both TS and ESLint to complain, hence the pragma comments below.
  186. */
  187. const userPageModule = serverComponentModule ;
  188. const pageComponent = userPageModule ? userPageModule.default : undefined;
  189. const origGetInitialProps = pageComponent ? pageComponent.getInitialProps : undefined;
  190. const origGetStaticProps = userPageModule ? userPageModule.getStaticProps : undefined;
  191. const origGetServerSideProps = userPageModule ? userPageModule.getServerSideProps : undefined;
  192. // eslint-disable-next-line @typescript-eslint/no-explicit-any
  193. const getInitialPropsWrappers = {
  194. '/_app': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapAppGetInitialPropsWithSentry,
  195. '/_document': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapDocumentGetInitialPropsWithSentry,
  196. '/_error': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapErrorGetInitialPropsWithSentry,
  197. };
  198. const getInitialPropsWrapper = getInitialPropsWrappers['/privacy'] || _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetInitialPropsWithSentry;
  199. if (pageComponent && typeof origGetInitialProps === 'function') {
  200. pageComponent.getInitialProps = getInitialPropsWrapper(origGetInitialProps) ;
  201. }
  202. const getStaticProps =
  203. typeof origGetStaticProps === 'function'
  204. ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetStaticPropsWithSentry(origGetStaticProps, '/privacy')
  205. : undefined;
  206. const getServerSideProps =
  207. typeof origGetServerSideProps === 'function'
  208. ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetServerSidePropsWithSentry(origGetServerSideProps, '/privacy')
  209. : undefined;
  210. const pageWrapperTemplate = pageComponent ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapPageComponentWithSentry(pageComponent ) : pageComponent;
  211. __webpack_async_result__();
  212. } catch(e) { __webpack_async_result__(e); } });
  213. /***/ }),
  214. /***/ 75184:
  215. /***/ ((module) => {
  216. module.exports = require("@reduxjs/toolkit");
  217. /***/ }),
  218. /***/ 58097:
  219. /***/ ((module) => {
  220. module.exports = require("@sentry/nextjs");
  221. /***/ }),
  222. /***/ 59606:
  223. /***/ ((module) => {
  224. module.exports = require("humps");
  225. /***/ }),
  226. /***/ 12372:
  227. /***/ ((module) => {
  228. module.exports = require("lodash/findKey");
  229. /***/ }),
  230. /***/ 98492:
  231. /***/ ((module) => {
  232. module.exports = require("lodash/groupBy");
  233. /***/ }),
  234. /***/ 35526:
  235. /***/ ((module) => {
  236. module.exports = require("lodash/random");
  237. /***/ }),
  238. /***/ 64042:
  239. /***/ ((module) => {
  240. module.exports = require("lodash/range");
  241. /***/ }),
  242. /***/ 16641:
  243. /***/ ((module) => {
  244. module.exports = require("next-seo");
  245. /***/ }),
  246. /***/ 74137:
  247. /***/ ((module) => {
  248. module.exports = require("next-translate/Trans");
  249. /***/ }),
  250. /***/ 60866:
  251. /***/ ((module) => {
  252. module.exports = require("next-translate/useTranslation");
  253. /***/ }),
  254. /***/ 16689:
  255. /***/ ((module) => {
  256. module.exports = require("react");
  257. /***/ }),
  258. /***/ 20997:
  259. /***/ ((module) => {
  260. module.exports = require("react/jsx-runtime");
  261. /***/ }),
  262. /***/ 88813:
  263. /***/ ((module) => {
  264. module.exports = import("firebase/compat/analytics");;
  265. /***/ }),
  266. /***/ 33773:
  267. /***/ ((module) => {
  268. module.exports = import("firebase/compat/app");;
  269. /***/ }),
  270. /***/ 63477:
  271. /***/ ((module) => {
  272. module.exports = require("querystring");
  273. /***/ })
  274. };
  275. ;
  276. // load runtime
  277. var __webpack_require__ = require("../webpack-runtime.js");
  278. __webpack_require__.C(exports);
  279. var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
  280. var __webpack_exports__ = __webpack_require__.X(0, [96270,24709,57933,25869,57144], () => (__webpack_exec__(49198)));
  281. module.exports = __webpack_exports__;
  282. })();
  283. //# sourceMappingURL=privacy.js.map