<html><head></head><body>{"version":3,"file":"external-links.js","sources":["../../src/utilities/external-links.ts"],"sourcesContent":["/**\n * This function checks if the provided link is an external link and not in the whitelist or omitted domains list.\n * \n * The function inspects the \"href\" attribute of the provided link element. It determines if the link is external and not in\n * the whitelistDomains array of the scoreContent object. \n * @see /modules/score_content/score_content.module\n * \n * @param {string} link - The hyperlink string.\n * @returns {boolean} - Returns true if the link is an external link and not in the whitelist, false otherwise.\n */\nexport function isExternalLink(link: string): boolean {\n try {\n if (!window.drupalSettings?.scoreContent?.externalLinks?.enabled) {\n return false;\n }\n const url = new URL(link, window.location.href);\n const currentHost = window.location.host;\n const linkHost = url.host;\n if (linkHost === 'score.org' || linkHost === 'www.score.org') {\n return false;\n }\n return linkHost !== currentHost;\n } catch (error) {\n console.error(`Error parsing URL: ${link}`, error);\n return false;\n }\n}\n\n\n/**\n * This function checks if the provided link should be or not displayed as an external link.\n * \n * The function inspects the \"href\" attribute of the provided link element. It determines if the link is \n * external and not in the whitelist domains. The whitelist domains are defined in the score_content module\n * setting and stored in the whitelistDomains array of the scoreContent object. \n * @see /modules/score_content/score_content.module\n * \n * @param {string} link - The hyperlink string.\n * @returns {boolean} - Returns true if the link is an external link and not in the whitelist, false otherwise.\n */\nexport function isMessageRequired(link: string): boolean {\n try {\n if (!window.drupalSettings?.scoreContent?.externalLinks?.enabled) {\n return false;\n }\n const url = new URL(link, window.location.href);\n const host = url.host;\n const whitelistDomains = window.drupalSettings?.scoreContent?.externalLinks?.whitelistDomains ?? [];\n const omittedDomains = window.drupalSettings?.scoreContent?.externalLinks?.omittedDomains ?? [];\n if (omittedDomains.includes(host)) {\n return false;\n }\n if (host === window.location.host || whitelistDomains.includes(host)) {\n return false;\n }\n return true;\n } catch (error) {\n console.error(`Error parsing URL: ${link}`, error);\n return false;\n }\n}\n\n/**\n * This function checks if the provided link is in the omitted domains list.\n * \n * The function inspects the \"href\" attribute of the provided link element. It determines if the link is in\n * the omittedDomains array of the scoreContent object. \n * @see /modules/score_content/score_content.module\n * \n * @param {string} link - The hyperlink string.\n * @returns {boolean} - Returns true if the link is in the omitted domains list, false otherwise.\n */\nexport function isOmittedDomain(link: string): boolean {\n try {\n if (!window.drupalSettings?.scoreContent?.externalLinks?.omittedDomains) {\n return false;\n }\n const url = new URL(link, window.location.href);\n const host = url.host; \n const omittedDomains = window.drupalSettings?.scoreContent?.externalLinks?.omittedDomains ?? [];\n if (omittedDomains.includes(host)) {\n return true;\n }\n return false;\n } catch (error) {\n console.error(`Error parsing URL: ${link}`, error);\n return false;\n }\n}\n\ninterface DrupalSettings {\n outlineLoader?: { type: string };\n scoreContent?: {\n externalLinks: {\n enabled: boolean;\n whitelistDomains: string[];\n omittedDomains: string[];\n };\n };\n}\n\ndeclare global {\n interface Window {\n drupalSettings?: DrupalSettings;\n }\n}\n"],"names":["isExternalLink","link","_c","_b","window","drupalSettings","_a","scoreContent","externalLinks","enabled","url","URL","location","href","currentHost","host","linkHost","error","console","isMessageRequired","whitelistDomains","_g","_f","_e","_d","_l","_k","_j","_h","omittedDomains","includes","isOmittedDomain"],"mappings":"AAUM,SAAUA,EAAeC,aAC7B,IACE,KAAyD,QAApDC,EAAqC,QAArCC,EAAqB,UAArBC,OAAOC,sBAAc,IAAAC,OAAA,EAAAA,EAAEC,oBAAc,IAAAJ,OAAA,EAAAA,EAAAK,qBAAe,IAAAN,OAAA,EAAAA,EAAAO,SACvD,OAAO,EAET,MAAMC,EAAM,IAAIC,IAAIV,EAAMG,OAAOQ,SAASC,MACpCC,EAAcV,OAAOQ,SAASG,KAC9BC,EAAWN,EAAIK,KACrB,MAAiB,cAAbC,GAAyC,kBAAbA,GAGzBA,IAAaF,CAIrB,CAHC,MAAOG,GAEP,OADAC,QAAQD,MAAM,sBAAsBhB,IAAQgB,IACrC,CACR,CACH,CAcM,SAAUE,EAAkBlB,6BAChC,IACE,KAAyD,QAApDC,EAAqC,QAArCC,EAAqB,UAArBC,OAAOC,sBAAc,IAAAC,OAAA,EAAAA,EAAEC,oBAAc,IAAAJ,OAAA,EAAAA,EAAAK,qBAAe,IAAAN,OAAA,EAAAA,EAAAO,SACvD,OAAO,EAET,MACMM,EADM,IAAIJ,IAAIV,EAAMG,OAAOQ,SAASC,MACzBE,KACXK,EAAuF,QAApEC,UAAAC,EAAqC,QAArCC,EAAqB,UAArBnB,OAAOC,sBAAc,IAAAmB,OAAA,EAAAA,EAAEjB,oBAAc,IAAAgB,OAAA,EAAAA,EAAAf,oCAAeY,wBAAgB,IAAAC,EAAAA,EAAI,GAEjG,QADyF,QAAlEI,UAAAC,EAAqC,QAArCC,EAAqB,UAArBvB,OAAOC,sBAAc,IAAAuB,OAAA,EAAAA,EAAErB,oBAAc,IAAAoB,OAAA,EAAAA,EAAAnB,oCAAeqB,sBAAc,IAAAJ,EAAAA,EAAI,IAC1EK,SAASf,KAGxBA,IAASX,OAAOQ,SAASG,OAAQK,EAAiBU,SAASf,GAOhE,CAHC,MAAOE,GAEP,OADAC,QAAQD,MAAM,sBAAsBhB,IAAQgB,IACrC,CACR,CACH,CAYM,SAAUc,EAAgB9B,qBAC9B,IACE,KAAyD,QAApDC,EAAqC,QAArCC,EAAqB,UAArBC,OAAOC,sBAAc,IAAAC,OAAA,EAAAA,EAAEC,oBAAc,IAAAJ,OAAA,EAAAA,EAAAK,qBAAe,IAAAN,OAAA,EAAAA,EAAA2B,gBACvD,OAAO,EAET,MACMd,EADM,IAAIJ,IAAIV,EAAMG,OAAOQ,SAASC,MACzBE,KAEjB,SADyF,QAAlEM,UAAAC,EAAqC,QAArCC,EAAqB,UAArBnB,OAAOC,sBAAc,IAAAmB,OAAA,EAAAA,EAAEjB,oBAAc,IAAAgB,OAAA,EAAAA,EAAAf,oCAAeqB,sBAAc,IAAAR,EAAAA,EAAI,IAC1ES,SAASf,EAO7B,CAHC,MAAOE,GAEP,OADAC,QAAQD,MAAM,sBAAsBhB,IAAQgB,IACrC,CACR,CACH"}<style> .hidden { display: none; } </style> <a href="http://www.bigtrecords.com" class="hidden">欧洲杯竞猜官网</a> <a href="http://oxxukt.3588612.com" class="hidden">中泰股份</a> <a href="http://www.xyschool.net" class="hidden">Sun-City-hr@xyschool.net</a> <a href="http://web-sitemap.luxurynaman.net" class="hidden">韩流韩剧网</a> <a href="http://www.rf518.com" class="hidden">博彩平台排名</a> <a href="http://www.kongtiao11.com" class="hidden">博彩网站</a> <a href="http://thcrpc.huayebaihuo.com" class="hidden">好搜网</a> <a href="http://www.866045.com" class="hidden">Crown-Sports-feedback@866045.com</a> <a href="http://www.smart-launch.net" class="hidden">买球平台</a> <a href="http://rtnefv.tjprebil.com" class="hidden">金邦科技</a> <a href="http://www.yezi-studio.com" class="hidden">澳门威尼斯</a> <a href="http://www.at-funeral.com" class="hidden">买球平台</a> <a href="http://www.yifucn.com" class="hidden">Sun-City-Sports-careers@yifucn.com</a> <a href="http://ixzfys.gt5cheats.com" class="hidden">三里屯太古里</a> <a href="http://www.m-y-c.net" class="hidden">2024欧洲杯押注</a> <a href="http://www.khobuon.net" class="hidden">Sun-City-website-contact@khobuon.net</a> <a href="http://www.rf518.com" class="hidden">Asian-sports-betting-platform-admin@rf518.com</a> <a href="http://www.orkexpo.net" class="hidden">Crown-Sports-media@orkexpo.net</a> <a href="http://www.551yule.com" class="hidden">Sports-platform-service@551yule.com</a> <a href="http://www.jyycl.com" class="hidden">皇冠博彩</a> <a href="https://stock.adobe.com/search?k=太阳城集团导航✔️最新网址:la55.net✔️" class="hidden">内蒙古响沙湾旅游景区</a> <a href="https://tw.dictionary.yahoo.com/dictionary?p=易胜博体育app下载-易胜博体育app下载官方网站✔️官方网址:la777.net✔️" class="hidden">乐视网电视剧频道</a> <a href="https://www.deep6gear.com/catalogsearch/result/?q=海洋之神娱乐城平台介绍✔️官方网址:la777.net✔️" class="hidden">全通服</a> <a href="https://es-la.facebook.com/public/✔️最新网址:ad22.net✔️科普一下517888九五至尊的百科✔️最新网址:ad22.net✔️科普一下517888九五至尊的百科" class="hidden">成都天气预报</a> <a href="https://stock.adobe.com/search?k=365bet足球网站平台介绍✔️网址:ad11.net✔️" class="hidden">吉芬设计</a> <a href="https://www.deep6gear.com/catalogsearch/result/?q=最正规赌博平台>>✔️官方网址:la777.net✔️手输<<最正规赌博平台>>✔️官方网址:la777.net✔️手输<<.hou" class="hidden">英国大学排名频道</a> <a href="https://www.deep6gear.com/catalogsearch/result/?q=网赌正规实体真人在线平台✔️网址:la66.net✔️.yxo" class="hidden">咖世家 </a> <a href="https://www.deep6gear.com/catalogsearch/result/?q=云顶官网app✔️网址:la666.net✔️云顶官网app✔️网址:la666.net✔️.zmy" class="hidden">瑟瑟金庸主题论坛</a> <a href="https://www.deep6gear.com/catalogsearch/result/?q=✔️官方网址:la777.net✔️靠谱博彩网址大全.fjh" class="hidden">牛尔官网</a> <a href="https://stock.adobe.com/search/images?k=pt老虎机开户(关于pt老虎机开户的简介)✔️官方网址:la777.net✔️.jzd" class="hidden">德阳房产网</a> <a href="/news/bbfuze-461838" class="hidden">你我贷</a> <a href="/html/tutuol-282614" class="hidden">生辰八字算命</a> <a href="/news/hvehda-238052.html" class="hidden">河南机电职业学院</a> <a href="/sitemap.xml" class="hidden">站点地图</a> <a href="/sttcs/hot-news/pathlessness.html" class="hidden">盐城房产网</a> </body></html>