顯示下列標籤的問題: 顯示所有問題
  • 已解決
  • 封存

Browser Bookmarks Takeover

When I go to recent bookmarks list in firefox and select one, firefox is vectored off to paydaydeals.com I have right click the bookmark and looked at the bookmark detail… (閱讀更多)

When I go to recent bookmarks list in firefox and select one, firefox is vectored off to paydaydeals.com I have right click the bookmark and looked at the bookmark details and they look fine. I have check add-ons and extensions none are listed as installed. How is firefox being vectored off to this site? See screen shots. I have scanned with Malwarebytes latest version and Eset online scanner no bugs found.

How can I fix this?

thank you ashley

compufix89 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 已解決
  • 封存

Search fails most of the time. Times out, no message. Just quits.

If I key a search term into the browser bar and hit enter it begins searching. About 95% of the time nothing happens. No message. I just notice the 'x' to stop the search… (閱讀更多)

If I key a search term into the browser bar and hit enter it begins searching. About 95% of the time nothing happens. No message. I just notice the 'x' to stop the search is gone, and a 'retry' circle replaces it.

This has been going on for months. I have used firefox for years. I have renewed it, replaced it, removed all addons, accepted updates usually each day. stopped accepting updates. Refreshing, renewing, seems to help for a couple minutes. Deleting all history helped...maybe. I am on satellite internet. Also use chrome. Most of the time now, After I key a query in firefox, I switch to chrome and do the same query while waiting. Chrome works. Just doesn't have all my passwords and sites yet.

I am on windows 7 home premium. I have an AMD FX 6100 6-core CPU running at 3.3 Ghz. I have 8 gigs of RAM. I am not overclocking. I use Avast antivirus. A few months ago I bought the avast cleanup tool which was a massive mistake, I had already done all the things it wanted to try, it is just a nuisance. In settings, I have a message that says firefox is managed by my organization. I wish I could get rid of that. I would appreciate any help I can get. Thanks in advance.

danalex 於 1 年前 詢問

danalex 於 1 年前 解答

  • 已解決
  • 封存

Disabling https mode

Despite trying to disable https mode, Firefox will not allow ordinary http sites to load. Consequently I can't access most of the Australian Bureau of Meteorology (bom.go… (閱讀更多)

Despite trying to disable https mode, Firefox will not allow ordinary http sites to load. Consequently I can't access most of the Australian Bureau of Meteorology (bom.gov.au) pages or any other websites that don't use the extra 's' but are still secure. Mozilla suggested switching from Strict back to Standard but I still can't access ordinary http sites. Can anyone help, please?

ronaylon 於 10 個月前 詢問

ronaylon 於 10 個月前 解答

  • 已解決
  • 封存

Firefox version 84.0.2 (64 bit)

Just recently Firefox started to display a "Loading..." message in the middle of every page I go to in Breitbart.com (doesn't happen in any other website). It appears ab… (閱讀更多)

Just recently Firefox started to display a "Loading..." message in the middle of every page I go to in Breitbart.com (doesn't happen in any other website).

It appears about 2 seconds AFTER the page loads or press F5. The background goes dark suggesting it's modal. It lasts for about 1 second and then goes away and everything appears normal.

I've been told this is a Cloudflare anti-DDoS CDN protocol issue, but I'm not so sure of that.

I've started up in Clean Mode and get the same behavior.

TIA

pobox2 於 1 年前 詢問

pobox2 於 1 年前 解答

  • 已解決

BLOCKED by Cloudflare

Since the last Firefox update I have been unable to login to my bank's website. Attached is a screenshot of the message that appears. As a test I tried logging in with … (閱讀更多)

Since the last Firefox update I have been unable to login to my bank's website. Attached is a screenshot of the message that appears. As a test I tried logging in with Google Chrome and was successful so it is likely something with the last update of Firefox. Note that I am using Windows 7 and do not want to change to a newer version.

DONALD SCHARDT 於 2 個月前 詢問

DONALD SCHARDT 於 1 個月前 解答

  • 已解決
  • 封存

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (閱讀更多)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Blacklisted 於 2 年前 詢問

DB-1 於 2 年前 解答

  • 已解決
  • 封存

Customize the location of print headers and footers?

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)? I prefer the header to be url only, in the center. … (閱讀更多)

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)?

I prefer the header to be url only, in the center. While the footer has page on left; title in the center, and date on the right.

This used to be easy to accomplish with print options in older versions, then -- as the print dialog changed (and actually improved a lot in most *other* ways) I had to turn to about:config modifications like those described in the 1/27/21 reply here: https://support.mozilla.org/en-US/questions/1323433. But now I can't seem to find any way to have any control over print headers besides "on" and "off."

One problem I find with having both page title and url on top is that these can be long, causing one or both to be truncated.

I'm using Firefox 115.3esr.

Rick216 於 7 個月前 詢問

zeroknight 於 6 個月前 解答

  • 已解決
  • 封存

Error in last update

After the last update (113.0) my videos are not displayed correctly (not only on YouTube). Instead of a thousand words - just look at the screenshot, pay attention to the… (閱讀更多)

After the last update (113.0) my videos are not displayed correctly (not only on YouTube). Instead of a thousand words - just look at the screenshot, pay attention to the right, left and bottom borders of the video. I already 1. cleared the cache, 2. started the browser in safe mode, 3. reinstalled the browser. Nothing helped. My OS is Windows 7. Please write only to this email - grinyakazabiyaka@gmail.com Here is some additional technical information:

Application Details


Name: Firefox Version: 113.0 Build ID: 20230504192738 Distribution ID: Update channel: release User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0 OS: Windows_NT 6.1 7601 Launcher Process: Enabled Multiprocess windows: 1/1 Fission windows: 1/1 Enabled by default Remote processes: 10 Corporate Policies: Active Google Location Services Key: Found Google Safebrowsing Key: Found Mozilla Location Services Key: Found Safe Mode: false Memory (RAM): 8.0 GB Available storage space: 43.2 GB

Crash reports in the last 3 days


Firefox features


Name: Firefox Screenshots Version: 39.0.1 ID: screenshots@mozilla.org

Name: Form Autofill Version: 1.0.1 ID: formautofill@mozilla.org

Name: Picture-In-Picture Version: 1.0.0 ID: pictureinpicture@mozilla.org

Name: Web Compatibility Interventions Version: 113.0.0 ID: webcompat@mozilla.org

Name: WebCompat Reporter Version: 1.5.1 ID: webcompat-reporter@mozilla.org

Remotely Redistributable Functions


bug-1712189-rollout-keep-firefox-up-to-date-even-when-it-is-not-en-release-90-94: active bug-1715474-rollout-yandex-sponsored-tile-rollout-release-89-100: active bug-1766618-rollout-disable-websocket-over-http2-release-91-100: active bug-1802286-rollout-fix-webcompat-shim-breakage-release-103-107: active rollout-increasing-normandy-skew-out-changes-from-15-m-release-73-75-bug-1616898: active

Remote processes


Type: Featured About Page Quantity: 1

Type: Extension Quantity: 1

Type: Isolated web content Quantity: 3

Type: Reserved Quantity: 3

Type: GPU Quantity: 1

Type: Socket Quantity: 1

Add-ons


Name: Wikipedia (ru) Type: extension Version: 1.3 Enabled: true ID: wikipedia@search.mozilla.org

Name: Runet blocking bypass Type: extension Version: 0.0.1.58 Enabled: true ID: {290ce447-2abb-4d96-8384-7256dd4a1c43}

Name: Add-ons Search Detection Type: extension Version: 2.0.0 Enabled: true ID: addons-search-detection@mozilla.com

Name: Avast Online Security & Privacy Type: extension Version: 22.11.180 Enabled: true ID: wrc@avast.com

Name: Avast Passwords Type: extension Version: 2.0.4438 Enabled: true ID: jid1-r1tDuNiNb4SEww@jetpack

Name: DuckDuckGo Type: extension Version: 1.4 Enabled: true ID: ddg@search.mozilla.org

Name: Google Type: extension Version: 1.4 Enabled: true ID: google@search.mozilla.org

Name: Return YouTube Dislike Type: extension Version: 3.0.0.8 Enabled: true ID: {762f9885-5a13-4abd-9c77-433dcd38b8fd}

Name: TWP - Translate Web Pages Type: extension Version: 9.7.2 Enabled: true ID: {036a55b4-5e72-4d05-a06c-cba2dfcc134a}

Name: uBlock Origin Type: extension Version: 1.49.2 Enabled: true ID: uBlock0@raymondhill.net

Name: universal video downloader - MPMux Type: extension Version: 1.0.0.4 Enabled: false ID: zhuht2022@gmail.com

Name: Absolute Enable Right Click & Copy Type: extension Version: 1.3.8 Enabled: false ID: {9350bc42-47fb-4598-ae0f-825e3dd9ceba}

Name: Browsec VPN - Free VPN for Firefox Type: extension Version: 3.72.0 Enabled: false ID: browsec@browsec.com

Name: Song id Type: extension Version: 3.5 Enabled: false ID: song-id@losnappas

Name: Unhook - Remove YouTube Recommended Videos Type: extension Version: 1.6.2 Enabled: false ID: myallychou@gmail.com

Graphic arts


Possibilities Device Window Pixel Ratio: 1.25 Compositing: WebRender Asynchronous pan/zoom: wheel input enabled; scrollbar drag enabled; keyboard included; autoscroll enabled; smooth gesture zoom enabled WebGL 1 - WSI Driver Information: EGL_VENDOR: Google Inc. (NVIDIA) EGL_VERSION: 1.5 (ANGLE 2.1.19734 git hash: 23347851217a) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3 d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_ KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_com patibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_EXT_pixel_format_float EGL_KHR _surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_device_query EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_platform_angle_device_id EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 1 WebGL 1 - Визуализатор драйвера: Google Inc. (NVIDIA) -- ANGLE (NVIDIA, NVIDIA GeForce GTX 1050 Ti Direct3D11 vs_5_0 ps_5_0, D3D11-26.21.14.4587) WebGL 1 - Версия драйвера: OpenGL ES 2.0.0 (ANGLE 2.1.19734 git hash: 23347851217a) WebGL 1 - Расширения драйвера: GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture WebGL 1 - Расширения: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_float_blend EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_element_index_uint OES_fbo_render_mipmap OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context WEBGL_provoking_vertex WebGL 2 - Информация WSI драйвера: EGL_VENDOR: Google Inc. (NVIDIA) EGL_VERSION: 1.5 (ANGLE 2.1.19734 git hash: 23347851217a) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture _2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_device_query EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_platform_angle_device_id EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 1 WebGL 2 - Визуализатор драйвера: Google Inc. (NVIDIA) -- ANGLE (NVIDIA, NVIDIA GeForce GTX 1050 Ti Direct3D11 vs_5_0 ps_5_0, D3D11-26.21.14.4587) WebGL 2 - Версия драйвера: OpenGL ES 3.0.0 (ANGLE 2.1.19734 git hash: 23347851217a) WebGL 2 - Расширения драйвера: GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_copy_texture_3d GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_multisample GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_OVR_multiview GL_OVR_multiview2 GL_WEBGL_video_texture WebGL 2 - Расширения: EXT_color_buffer_float EXT_float_blend EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_draw_buffers_indexed OES_text ure_float_linear OVR_multiview2 WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context WEBGL_provoking_vertex Direct2D: true Целевая частота кадров: 60 Адаптер WebGPU по умолчанию: { "navigator.gpu": null } Резервный адаптер WebGPU: { "navigator.gpu": null } DirectWrite: true (6.2.9200.22164) Видеокарта №1 Активна: Да Описание: NVIDIA GeForce GTX 1050 Ti Код производителя: 0x10de Код устройства: 0x1c82 Версия драйвера: 26.21.14.4587 Дата разработки драйвера: 4-3-2020 Драйвера: nvd3dumx,nvwgf2umx,nvwgf2umx nvd3dum,nvwgf2um,nvwgf2um Код подсистемы: 11bf10de Видеопамять: 4096 Видеокарта №2 Активна: Нет Видеопамять: 0 Диагностика AzureCanvasBackend: direct2d 1.1 AzureCanvasBackend (UI Process): skia AzureContentBackend: skia AzureContentBackend (UI Process): skia AzureFallbackCanvasBackend (UI Process): skia CMSOutputProfile: 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 Display0: 1920x1080@60Hz scales:1.250000|1.250000 DisplayCount: 1 HardwareStretching: both=0 window-only=0 full-screen-only=0 none=0 error=1 GPUProcessPid: 2340 Parameters ClearType: Gamma: 1.8 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 50 Decision log HW_COMPOSITING: default: available D3D11_COMPOSITING: default: available DIRECT2D: default: available D3D11_HW_ANGLE: default: available GPU_PROCESS: default: available WEBRENDER: default: available WEBRENDER_COMPOSITOR: default: available runtime: unavailable, No DirectComposition usage, Blocked; error code FEATURE_FAILURE_DCOMP_NOT_WIN10 WEBRENDER_PARTIAL: default: available WEBRENDER_SHADER_CACHE: default: available WEBRENDER_OPTIMIZED_SHADERS: default: available WEBRENDER_ANGLE: default: available WEBRENDER_DCOMP_PRESENT: default: available env: unavailable, Requires Windows 10 or later, Blocked; error code FEATURE_FAILURE_DCOMP_NOT_WIN10 WEBRENDER_SCISSORED_CACHE_CLEARS: default: available WEBGPU: default: available runtime: blocked, WebGPU cannot be enabled in release or beta error code WEBGPU_DISABLE_RELEASE_OR_BETA WINDOW_OCCLUSION: default: available VP8_HW_DECODE: default: available VP9_HW_DECODE: default: available REUSE_DECODER_DEVICE: default: available BACKDROP_FILTER: default: available CANVAS_RENDERER_THREAD: default: available ACCELERATED_CANVAS2D: default: disabled, Disabled by default, Disabled; error code FEATURE_FAILURE_DISABLED



Media


Sound subsystem: wasapi Maximum number of channels: 2 Preferred sample rate: 48000 Circular delay (standard deviation): ... Codec Support Information: H264 SW H264 HW VP8 SW VP9 SW AV1 SW Theora SW AAC SW FLAC SW MP3 SW Opus SW Vorbis SW Wave SW Output devices Name: Group, Producer, Status, Preferred, Format, Channels, Frequency, Delay Headphones (2- High Definition Audio Device): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1462D750&REV_1003\4&39eb002a&0&0001, Disabled, None, default: F32LE, support: S16LE F32LE, 2, default: 48000, support: 48000 - 48000, 0 - 0 SPDIF output (Sound Blaster Audigy 5/Rx): PCI\VEN_1102&DEV_0008&SUBSYS_10241102&REV_00\5&23730c31&0&0000E4, Disabled, None, default: F32LE, support: S16LE F32LE, 2, default: 48000, support: 48000 - 48 000, 0 - 0 Digital Audio (S/PDIF) (2- High Definition Audio Device): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1462D750&REV_1003\4&39eb002a&0&0001, Disabled, None, default: F32LE, support: S16LE F32LE, 2, default: 48000, support: 48000 - 48000.0 - 0 Speakers (2- High Definition Audio Device): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1462D750&REV_1003\4&39eb002a&0&0001, Disabled, None, default: F32LE, support: S16LE F32LE, 2, default: 44100, support: 44100 - 44100, 0 - 0 NVIDIA Output (NVIDIA High Definition Audio) 00, 0 - 0 248XLFH (NVIDIA High Definition Audio) HDAUDIO\FUNC_01&VEN_10DE&DEV_0080&SUBSYS_10DE11BF&REV_1001\5&1c2febfa&0&0001 - 48000, 0 - 0 Speakers (Sound Blaster Audigy 5/Rx) 0.144 - 480 Speakers (DFX Audio Enhancer 11.1): Root\MEDIA\0000, Enabled, All, default: F32LE, support: S16LE F32LE, 2, default: 48000, support: 48000 - 48000, 144 - 480 248XLFH (NVIDIA High Definition Audio) HDAUDIO\FUNC_01&VEN_10DE&DEV_0080&SUBSYS_10DE11BF&REV_1001\5&1c2febfa&0&0001 - 48000, 0 - 0 Input Devices Name: Group, Producer, Status, Preferred, Format, Channels, Frequency, Delay Internal AUX Connector (DFX Audio Enhancer 11.1): Root\MEDIA\0000, Disabled, None, default: F32LE, support: S16LE F32LE, 8, default: 48000, support: 48000 - 48000, 0 - 0 Microphone (USB Audio Device): USB\VID_0C45&PID_6340&MI_02\7&1170ba6&0&0002, Disabled, None, default: F32LE, support: S16LE F32LE, 1, default: 48000, support: 48000 - 48000, 0 - 0 Line-In (Sound Blaster Audigy 5/Rx): PCI\VEN_1102&DEV_0008&SUBSYS_10241102&REV_00\5&23730c31&0&0000E4, Disabled, None, default: F32LE, support: S16LE F32LE, 2, default: 48000, support: 48000 - 48 000, 0 - 0 Microphone (Sound Blaster Audigy 5/Rx) 0, 0 - 0 "What U Hear Recording Source" (Sound Blaster Audigy 5/Rx): PCI\VEN_1102&DEV_0008&SUBSYS_10241102&REV_00\5&23730c31&0&0000E4, Disabled, None, de fault: F32LE, support: S16LE F32LE, 2, default: 48000, support: 48000 - 48000, 0 - 0

Retrieve records from the database

Environment Variables


MOZ_CRASHREPORTER_DATA_DIRECTORY: C:\Users\1\AppData\Roaming\Mozilla\Firefox\Crash Reports MOZ_CRASHREPORTER_EVENTS_DIRECTORY: C:\Users\1\AppData\Roaming\Mozilla\Firefox\Profiles\u4gods8s.default\crashes\events MOZ_CRASHREPORTER_PING_DIRECTORY: C:\Users\1\AppData\Roaming\Mozilla\Firefox\Pending Pings MOZ_CRASHREPORTER_RESTART_ARG_0: C:\Program Files\Mozilla Firefox\firefox.exe MOZ_CRASHREPORTER_STRINGS_OVERRIDE: C:\Program Files\Mozilla Firefox\browser\crashreporter-override.ini

Experimental Features


about:home startup cache (browser.startup.homepage.abouthome_cache.enabled): false Accessibility cache (accessibility.cache.enabled): true Cookies: SameSite = None requires "secure" attribute (network.cookie.sameSite.noneRequiresSecure): false CSS: "Masonry-layout" (layout.css.grid-template-masonry-value.enabled): false Developer Tools: Compatibility Panel (devtools.inspector.compatibility.enabled): true Developer Tools: Debug Service Worker (devtools.debugger.features.windowless-service-workers): false Media: JPEG XL (image.jxl.enabled): false Address bar: show results when composing IME (browser.urlbar.keepPanelOpenDuringImeComposition): false Web API: WebGPU (dom.webgpu.enabled): false WebRTC global mute toggle (privacy.webrtc.globalMuteToggles): false

remote experiments


Important changed settings


accessibility.blockautorefresh: true accessibility.typeaheadfind.flashBar: 0 browser.cache.disk.amount_written: 908380 browser.cache.disk.capacity: 1048576 browser.cache.disk.filesystem_reported: 1 browser.cache.disk.smart_size.first_run: false browser.contentblocking.category: standard browser.download.folderList: 2 browser.download.useDownloadDir: false browser.search.region: US browser.search.update: false browser.sessionstore.upgradeBackup.latestBuildID: 20230504192738 browser.sessionstore.warnOnQuit: true browser.startup.homepage: https://www.youtube.com/ browser.startup.homepage_override.buildID: 20230504192738 browser.startup.homepage_override.mstone: 113.0 browser.startup.page: 3 browser.tabs.firefox-view.ui-state.tab-pickup.open: false browser.urlbar.placeholderName: Google browser.urlbar.placeholderName.private: Google browser.urlbar.quicksuggest.migrationVersion: 2 browser.urlbar.quicksuggest.scenario: history browser.urlbar.resultBuckets: {"children":[{"maxResultCount":1,"children":[{"group":"heuristicTest"},{"group":"heuristicExtension"},{"group":" heuristi browser.urlbar.resultGroups: {"children":[{"maxResultCount":1,"children":[{"group":"heuristicTest"},{"group":"heuristicExtension"},{"group":" heuristi browser.urlbar.tabToSearch.onboard.interactionsLeft: 2 browser.urlbar.timesBeforeHidingSuggestionsHint: 0 browser.urlbar.tipShownCount.searchTip_onboard: 4 browser.urlbar.tipShownCount.searchTip_redirect: 4 doh-rollout.balrog-migration-done: true doh-rollout.doneFirstRun: true doh-rollout.home-region: EN doh-rollout.skipHeuristicsCheck: true extensions.lastAppVersion: 113.0 gfx.blacklist.video-overlay.failureid: FEATURE_FAILURE_DL_BLOCKLIST_NO_ID gfx.crash-guard.status.wmfvpxvideo: 2 gfx.crash-guard.wmfvpxvideo.appVersion: 96.0.3 gfx.crash-guard.wmfvpxvideo.deviceID: 0x1c82 gfx.crash-guard.wmfvpxvideo.driverVersion: 26.21.14.4587 idle.lastDailyNotification: 1683592331 layers.mlgpu.sanity-test-failed: true media.benchmark.vp9.fps: 174 media.benchmark.vp9.versioncheck: 5 media.gmp-gmpopenh264.abi:x86_64-msvc-x64 media.gmp-gmpopenh264.enabled: false media.gmp-gmpopenh264.hashValue: 06511f1f6c6d44d076b3c593528c26a602348d9c41689dbf5ff716b671c3ca5756b12cb2e5869f836dedce27b1a5cfe79b93c707fd01f8 e84b620923 media.gmp-gmpopenh264.lastDownload: 1680049479 media.gmp-gmpopenh264.lastInstallStart: 1680049478 media.gmp-gmpopenh264.lastUpdate: 1680049479 media.gmp-gmpopenh264.version: 1.8.1.2 media.gmp-manager.buildID: 20230504192738 media.gmp-manager.lastCheck: 1683643388 media.gmp-manager.lastEmptyCheck: 1683643388 media.gmp-widevinecdm.abi: x86_64-msvc-x64 media.gmp-widevinecdm.hashValue: b046dd1b26ec0b810ee441b7ad4dc135e3f1521a817b9f3db60a32976352e8f7e53920e1a77fc5b4130aac260d79deef7e823267b4414e9cc77 4d8bf media.gmp-widevinecdm.lastDownload: 1679486430 media.gmp-widevinecdm.lastInstallStart: 1679486423 media.gmp-widevinecdm.lastUpdate: 1679486430 media.gmp-widevinecdm.version: 4.10.2557.0 media.gmp.storage.version.observed: 1 media.hardware-video-decoding.failed: false media.videocontrols.picture-in-picture.video-toggle.has-used: true network.dns.disablePrefetch: true network.http.speculative-parallel-limit: 0 network.predictor.cleaned-up: true network.predictor.enabled: false network.prefetch-next: false network.trr.blocklist_cleanup_done: true places.database.lastMaintenance: 1683501481 places.history.expiration.transient_current_max_pages: 112348 plugin.disable_full_page_plugin_for_types: application/pdf privacy.cpd.offlineApps: true privacy.cpd.siteSettings: true privacy.donottrackheader.enabled: true privacy.purge_trackers.date_in_cookie_database: 0 privacy.purge_trackers.last_purge: 1683592331365 privacy.sanitize.pending: [{"id":"newtab-container","itemsToClear":[],"options":{}}] privacy.sanitize.timeSpan: 0 security.remote_settings.crlite_filters.checked: 1653966409 security.remote_settings.intermediates.checked: 1653966409 security.sandbox.content.tempDirSuffix: {404c163c-6b69-44e0-a0e3-9c2b8bb20a39} security.sandbox.plugin.tempDirSuffix: {6d8e7f33-a6ae-4527-af46-a262b60c1312} services.sync.declinedEngines: services.sync.engine.prefs.modified: false services.sync.lastPing: 1683574796 services.sync.lastSync: Tue May 09 2023 18:29:04 GMT+0300 (Moscow Standard Time) signon.importedFromSqlite: true signon.rememberSignons: false signon.usage.hasEntry: true storage.vacuum.last.index: 0 storage.vacuum.last.places.sqlite: 1683592332

Important locked settings


fission.autostart.session: true security.enterprise_roots.enabled: true

Places Database


Object: sqlite_schema Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 22.3 Consistency (%): 79.6

Object: moz_origins Quantity: 12 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 1.4 Consistency (%): 79.6

Object: sqlite_autoindex_moz_origins_1 Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 1.3 Consistency (%): 79.6

Object: moz_places Quantity: 376 Size (KiB): 416 Size (%): 23.6 Efficiency (%): 87.2 Consistency (%): 79.6

Object: moz_historyvisits Quantity: 394 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 31.7 Consistency (%): 79.6

Object: moz_inputhistory Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: sqlite_autoindex_moz_inputhistory_1 Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_bookmarks Quantity: 16 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 3.2 Consistency (%): 79.6

Object: moz_bookmarks_deleted Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: sqlite_autoindex_moz_bookmarks_deleted_1 Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_keywords Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: sqlite_autoindex_moz_keywords_1 Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: sqlite_sequence Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0.1 Consistency (%): 79.6

Object: moz_anno_attributes Quantity: 2 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0.2 Consistency (%): 79.6

Object: sqlite_autoindex_moz_anno_attributes_1 Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0.2 Consistency (%): 79.6

Object: moz_annos Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_items_annos Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_meta Quantity: 8 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 1.4 Consistency (%): 79.6

Object: sqlite_stat1 Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 3 Consistency (%): 79.6

Object: moz_places_metadata Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_places_metadata_search_queries Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: sqlite_autoindex_moz_places_metadata_search_queries_1 Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_previews_tombstones Quantity: 0 Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_places_url_hashindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 17.2 Consistency (%): 79.6

Object: moz_places_hostindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 34.1 Consistency (%): 79.6

Object: moz_places_visitcount Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 10.4 Consistency (%): 79.6

Object: moz_places_frecencyindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 11.5 Consistency (%): 79.6

Object: moz_places_lastvisitdateindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 19.3 Consistency (%): 79.6

Object: moz_places_guid_uniqueindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 24.1 Pconsistency (%): 79.6

Object: moz_places_originidindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 12.6 Consistency (%): 79.6

Object: moz_historyvisits_placedateindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 23.7 Consistency (%): 79.6

Object: moz_historyvisits_fromindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 11.2 Consistency (%): 79.6

Object: moz_historyvisits_dateindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 18.9 Consistency (%): 79.6

Object: moz_bookmarks_itemindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0.5 Consistency (%): 79.6

Object: moz_bookmarks_parentindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0.5 Consistency (%): 79.6

Object: moz_bookmarks_itemlastmodifiedindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0.9 Consistency (%): 79.6

Object: moz_bookmarks_dateaddedindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0.8 Consistency (%): 79.6

Object: moz_bookmarks_guid_uniqueindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 1 Consistency (%): 79.6

Object: moz_keywords_placepostdata_uniqueindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_annos_placeattributeindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_items_annos_itemtributeindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_places_metadata_placecreated_uniqueindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Object: moz_places_metadata_referrerindex Quantity: - Size (KiB): 32 Size (%): 1.8 Efficiency (%): 0 Consistency (%): 79.6

Accessibility Support


Enabled: false Disable accessibility support: 0 Availability handler used: true Accessibility support executable:

Library versions


NSPR Expected minimum version: 4.35 Version used: 4.35

NSS Expected minimum version: 3.89 Version used: 3.89

NSSSMIME Expected minimum version: 3.89 Version used: 3.89

NSSSSL Expected minimum version: 3.89 Version used: 3.89

NSSUTIL Expected minimum version: 3.89 Version used: 3.89

Sandbox


Content Process Isolation Degree: 6 Effective Degree of Content Process Isolation: 6 Win32k lockdown status for content process: Win32k Lockdown disabled -- Operating system not supported GPU process sandbox level: 1

Launch cache


Disk cache path: C:\Users\1\AppData\Local\Mozilla\Firefox\Profiles\u4gods8s.default\startupCache\startupCache.8.little Ignore disk cache: false Disk cache detected during initialization: true Written to disk cache: true

Internationalization and Localization


Application settings Requested languages: ["en"] Available languages: ["en","en-US"] Application languages: ["en","en-US"] Regional settings: ["ru-RU"] Default language: "en" operating system System languages: ["ru-RU","en-US"] Regional settings: ["ru-RU"]

Remote Debugging (Chromium Protocol)


Incoming connections: false URL:

Seal


Changed print settings


print.printer_Mozilla_Save_to_PDF.print_orientation: 0

grinyov09 於 11 個月前 詢問

TyDraniu 於 11 個月前 解答

  • 已解決
  • 封存

Firefox returning a PR_CONNECT_RESET_ERROR, Chrome too, Edge OK

Firefox began returning a PR_CONNECT_RESET_ERROR error on all websites a few days ago. Chrome likewise. MIcrosoft Edge is working fine. I am running Windows 7 with Kasper… (閱讀更多)

Firefox began returning a PR_CONNECT_RESET_ERROR error on all websites a few days ago. Chrome likewise. MIcrosoft Edge is working fine. I am running Windows 7 with Kaspersky. I tried turning off the Windows Firewall and the Kaspersky protection, but it didn't help. I also tried disabling plugins, theme, and add-ons but it still didn't help. Any suggestions?

CLamb 於 1 年前 詢問

CLamb 於 1 年前 解答

  • 已解決
  • 封存

Firefox will not load any pages after refresh and completely reinstalling

I have been using Firefox for years with no problem on a 64 bit Windows 7 machine, i7 processor, 32 gigs of ram. Firefox is version 103 64 bit. I have Kaspersky Internet… (閱讀更多)

I have been using Firefox for years with no problem on a 64 bit Windows 7 machine, i7 processor, 32 gigs of ram. Firefox is version 103 64 bit. I have Kaspersky Internet Security and Malwarebytes installed and have been using them with Firefox for years.

A few days ago Firefox just stopped loading any pages. If I go to a secure site (https) I get "secure connection failed". If I go to a non-secure site (http) I get "The connection was reset". Microsoft Edge and Google Chrome work on this machine with no problem. Oddly enough Mozilla Thunderbird also stopped working today. Only Mozilla products seem to be having problems.

Firefox works fine on other Windows 7 computers in my household.

I tried clearing the cache. I tried disabling extensions. I tried running it in Troubleshoot mode. I tried the "Refresh Firefox" option. I tried completely uninstalling and reinstalling Firefox.

None of these worked. Even a clean virgin install will not load any pages. It seems to be something specific to this machine that's preventing Firefox from working. What can I do to get Firefox working again?

mailalan 於 1 年前 詢問

mailalan 於 1 年前 解答

  • 已解決
  • 封存

How do i modify Clear Recent History's entries for time to add 5 minutes or 1 minute?

i need to know how to edit the firefox list of "clear recent history" items to add 5 minute and 1 minute options or where i can submit a feature request, or bug request a… (閱讀更多)

i need to know how to edit the firefox list of "clear recent history" items to add 5 minute and 1 minute options or where i can submit a feature request, or bug request as every feature is a bug and every bug a feature

Frogz 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

program help

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my … (閱讀更多)

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my computer runs slow, and so I thought I would clean up my files by using the Microsoft disk clean up procedure. I did so. But, my specific question is what is a good number to have when the it says a given number of disk space can be cleaned up? For example, I believe when I first tried to clean the disk it said 5.1 GB of disk space could be cleaned. When I ran the disk clean process and it completed it then said 66 KB of disk space could be cleaned. So how much disk space did I gain or get cleaned up? And, if I can only clean up 66 KB of disk space is that indicative of not really needing to clean the disk any farther? Hopefully some one can help. While this may be a Microsoft issue, I believe the Firefox contributors have enough computer knowledge to help answer my question. At least that is my hope. Thank you.

sciencemagic 於 8 個月前 詢問

Paul 於 8 個月前 解答

  • 已解決
  • 封存

Connecting to trusted, unsecure device

I have a Netgear Readynas attached storage device. I am unable to connect to this device using Firefox. I encounter : Error code: SSL_ERROR_UNSUPPORTED_VERSION It i… (閱讀更多)

I have a Netgear Readynas attached storage device. I am unable to connect to this device using Firefox. I encounter : Error code: SSL_ERROR_UNSUPPORTED_VERSION

It is not an dangerous site, it is my network storage device.

Is there a way to configure Firefox to connect to this device? Thanks for any help

Michael 於 1 年前 詢問

Michael 於 1 年前 解答

  • 已解決
  • 封存

e and then then C

Not sure if this is the best place to ask, but when I try to take a document from one place and try to insert it into another document, hitting Crtl-A, Ctrl-C or -X to c… (閱讀更多)

Not sure if this is the best place to ask, but when I try to take a document from one place and try to insert it into another document, hitting Crtl-A, Ctrl-C or -X to cut it from Doc 1 then hitting Ctrl-V and pasting it into Doc 2 wipes out the margin setting arrows so I can't change the margins to match Doc 2. And my attempts to get around that screw up the formatting of the document. Any suggestions? Thanks.

rpmhart 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答