Leaderboard
Popular Content
Showing content with the highest reputation on 07/16/2022 in Posts
-
You simply have to reset that entry from context menu. If it is a self-created entry, it'll be deleted after refreshing the page or restarting the browser. If it is an entry that already existed and was changed by you, it will be set back to its default value. Anyway, there is no extra delete button.3 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20220716-3219d2d-uxp-cc3a2ef62-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20220716-3219d2d-uxp-cc3a2ef62-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20220716-3219d2d-uxp-cc3a2ef62-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20220716-d849524bd-uxp-cc3a2ef62-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20220716-d849524bd-uxp-cc3a2ef62-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20220716-d849524bd-uxp-cc3a2ef62-xpmod.7z Official UXP changes picked since my last build: - No Issue - Insert missing typedef for SunOS. (1022f1150) - Issue #1959 - Don't apply CSPs to explicit data documents and images. (8831656c8) - Issue #1956 - Fix AV1 on MSVC2022 32-bit build. (b6fc7e7ae) - Issue #1956 - Fix symbol visibility issue more elegantly. (d50a7a539) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.3 points
-
And to make our strange language even more complicated, there's another use of the word "either:" to emphasize that a subsequent "or" is exclusive. For example: ... meaning, I'll have one of those choices, but not both.2 points
-
Not easily. Least effort would be to manually install, then backup for future restoration.1 point
-
I had taken a lot of nice pictures in my life...more than 3 thousand, it seems...people, landscapes, flowers, mushrooms, animals etc.1 point
-
1 point
-
1 point
-
@cmalex, maybe, it could help you, in the case of ProxyMII, to take a look into @heinoganda's releases of ProxHTTPSProxy. He had documentated his releases very accurately, to fulfill the terms of the license agreements, presumably. He provided changelogs and all necessary documents, too. You can find it in the section Versions and all downloadable releases in the section Downloads of my thread "ProxHTTPSProxy and HTTPSProxy in Windows XP for future use". I refer in particular to the releases ProxHTTPSProxy REV3d and REV3e. And here is the link: @heinoganda provided his source code, too. Here is the link of ProxHTTPSProxy REV3e's source code: https://www.mediafire.com/file/s9027bdxffodbna/cryptography-2.8-py3.4_openssl-1.1.1d.rar/file And here is the link to my release of ProxHTTPSProxy's PopMenu 3V1 if you want to take a look into: https://www.mediafire.com/file/h20kkuucurv2i2b/ProxHTTPSProxy_REV3e_PopMenu_3V1.7z/file Cheers, AstroSkipper1 point
-
Do you think you'll be able to modify your release of ProxyMII and 3proxy to fulfill the terms of the license agreements? Your release is definitely great and valuable for all those who have to use Windows XP or, like me, want to. But first, thanks again for all your efforts and your explanations! We definitely need you and your skills. We are glad to have you here in this forum. If I can help you, don't hesitate to ask me or our experts here at MSFN! The members in this forum help each other. Kindest regards, AstroSkipper1 point
-
Greetings. Sorry, i don't know if full 3proxy documentation exists. There example configs in sources https://github.com/3proxy/3proxy and answers for questions in issues https://github.com/3proxy/3proxy/issues Also exist large Russian topic on RuBoard http://forum.ru-board.com/topic.cgi?forum=5&topic=20458 ... When You asked about 3proxy.cer i'd reviewed changes on site and stuck at License Agreement https://3proxy.ru/current/License.txt I'll include Copying file from 3proxy sources. But will this be enough? Also i'd used (and published) ProxyMII, Python, OpenSSL3(with my Win98 patch), cryptography, LibFFI, cffi - each with its own license agreement and publishing rules. What files should be added and what changes should be made to the structure of the archives to fulfill the terms of the license agreements for each of the components used? When I used for myself I didn't ask these questions... And it's mean that my python 3.8.13 publication also violates the terms of licence. Temporarly i'd add lint in Mega folder to https://docs.python.org/3/license.html ... Best regards.1 point
-
According to BetaWiki, build 2257 is UNLEAKED. https://betawiki.net/wiki/Windows_Server_2003_build_22571 point
-
@roytam1 Maybe I'm ignorant, but if, after having manually added an entry in about:config, I want to remove/delete it again... where's the delete-button? There isn't one in the context-menu that I see.1 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220716-6751370508-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220716-6751370508-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220716-6751370508-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20220716-6751370508-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - ported from from `dev' branch of rmottola/Arctic-Fox: - Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff (78eb0f71) - Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff) (23273d6b) (cace93199f) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1152046 - Don't try to connect if we are shutting down. r=mayhemer (aae69c9a8a) - Bug 1130444 - Add telemetry for measuring SocketTransortService cycles; r=mcmanus (d98dc06843) - Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus (fd89c41f6a) - Bug 1152048 - release assert non-reentrancy of sts lock acquisition. r=honzab DONTBUILD relanding (0e29dddb0b) - Bug 1152046 - Make separate thread only for PRClose. r=mcmanus r=mayhemer (ead318fbc3) - add two missing bits of previous patches (ee264a4f4f) - Bug 1169554 - Do not reconnect on shutdown. r=mayhemer (e5b4b36fd1) - Bug 1186152 - Implement nsIProtocolHandlerWithDynamicFlags and use it for moz-extension. r=bz (cc0a9a7b36) - Bug 1152048 - Send wakeup notification asynchronously to avoid reentrancy issues. r=bagder (76f9c5a7e4) - Bug 1186732 - Implement an about:blank page inside of moz-extension. r=billm (9c37bcd67c) - Bug 1186155 - Use UNIFIED_SOURCES in netwerk/protocol/res. r=billm,sr=mcmanus (2e376471a7) - Bug 1162657 - Turn NewChannel deprecation warnings into assertions (r=sworkman,sicking,paolo) (03bbd5871d) - Bug 1182515 - Clear reference to captive portal service when observing xpcom-shutdown. r=mcmanus (aeed32058d) - Bug 1109608 - Log.stackTrace should use human-readable task stack traces if available. r=Yoric (33ec6724b9)- fix misspatch (ca5c2d2259) - fix misspatch (ca5c2d2259) - Bug 1169129 - reset media.{0}.trial-create on GMP install. r=spohl Bug 1205178 - Make GMPProvider check that GMPs are the right arch before loading. r=spohl (5ff304963b) (6751370508)1 point
-
https://www.goodnewsnetwork.org/rare-white-rissos-dolphin-leaps-above-the-water-for-photographer-in-california/ Amazing Spectacle as Rare White Risso’s Dolphin Leaps Above the Water For Photographer – LOOK1 point
-
whereas .. just now on FF52.9.1, of course there are no overrides, though general.useragent.site_specific_overrides is still defaulted to true. I can only spoof FF62 for YT to play - and it does play just fine. user_pref("general.buildID.override", "20100101"); user_pref("general.oscpu.override", "Windows NT 10.0"); user_pref("general.useragent.compatMode.firefox", true); user_pref("general.useragent.compatMode.version", "62"); user_pref("general.useragent.override", "Mozilla/5.0 (Windows NT 10.0; Win32; x86; rv:62.0) Gecko/20100101 Firefox/62.0"); But, of course, there is no future for this and I hope there is a bright future for Serpent 52 and 55 Thanks to Roytam11 point