Benign Download

rfc3540

Reads browser storage with getItemReads window.localStorage with getItem
SHA-256cea5d496f21ca6431b992fb7914bcbd463599828791333df41680e704e91f093
MaleculeH(Db)Md(Pt)

Evidence

European UI language-code pair lines 5–7
5 // Global variable minimizers
6 const w = window
7 const de = document.documentElement
Removes a DOM element lines 48–54
48 const dataValue = ''
49 if (de.classList) {
50 de.classList.remove(className)
51 } else {
52 de.className = de.className.replace(new RegExp(className, 'g'), '')
53 }
54 if (dataValue) {
JavaScript file ends with an IIFE lines 77–79
77 return 'light'
78 }
79})()
Reads browser storage with getItem lines 84–94
84 case 'localStorage':
85 try {
86 return window.localStorage.getItem(storageKey)
87 } catch (e) {
88 console.log('Problem accessing localStorage. Browser may have disabled it.', e)
6 lines
Contains bundled or minified JavaScript lines 861–863
861 <p><a href="https://errata.rfc-editor.org/search/?rfc_number=3540" class="text-blue-300 dark:text-blue-100 hover:text-blue-500 dark:hover:text-blue-200 cursor-pointer underline">RFC 3540 Errata</a></p>
862 </div>
863 </noscript></div><!--]--></nav></div><!--]--></div></div><!--]--><!--]--><!--]--></main></div><footer class="bg-blue-900 text-white dark:bg-blue-950 border-t border-t-white dark:border-t-blue-900 relative print:hidden"><h2 class="sr-only">Footer</h2><nav aria-label="Footer" class="container mx-auto flex flex-col md:flex-row py-4 lg:py-8 gap-4"><div class="flex-1 flex flex-col gap-5 pr-4"><p class="text-base pl-3"> rfc-editor.org is maintained by the <a href="https://www.ietf.org" rel="noopener" target="_blank" data-is-hyperlink class="underline text-blue-100 font-semibold md:text-nowrap"><!--[--> Internet Engineering Task Force <!--]--></a></p><div class="flex gap-7 items-center mt-2 pl-3 lg:mt-5"><a href="https://www.ietf.org" rel="noopener" target="_blank" data-is-hyperlink class="bg-blue-900 dark:bg-blue-950 px-2 py-1 rounded forced-color-adjust-none"><!--[--><img src="data:image/svg+xml,%3c?xml%20version=&#39;1.0&#39;%20encoding=&#39;UTF-8&#39;%20standalone=&#39;no&#39;?%3e%3c!DOCTYPE%20svg%20PUBLIC%20&

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.