Viser spørgsmål med mærket: Vis alle spørgsmål
  • Løst
  • Arkiveret

unable to visit http site

Hello, I'm not sure if I chose the right topic above. I'm trying to visit a site which is still using http. But Firefox is automatically redirecting to https, where of … (læs mere)

Hello, I'm not sure if I chose the right topic above.

I'm trying to visit a site which is still using http. But Firefox is automatically redirecting to https, where of course it cannot resolve the site.

In settings, I have it set for "Don’t enable HTTPS-Only Mode". But still, Ff is redirecting.

I don't know. Maybe I should set for https only, and then enter an exception??

I have searched for a solution, but for every solution I find, when I look up how to do it, it says, before you try this, try that first. After about 5 rounds of that, I got too confused and gave up.

Oh, I also cleared the cache, but no help.

I've enabled all the extra info below. But let me know if you need any other specific info. Do you need the address of the website?

Thank you very much.

Stillet af brynn2 for 1 år siden

Besvaret af brynn2 for 1 år siden

  • Løst
  • Arkiveret

[Firefox 96] My userContent.css and userChrome.css Codes isn't Being Applied Anymore

Until yesterday everything I customized for Firefox 89 in June of 2021 and FF 91 in August of 2021 was working fine. Today I updated to Firefox 96.0 and when I open my F… (læs mere)

Until yesterday everything I customized for Firefox 89 in June of 2021 and FF 91 in August of 2021 was working fine.

Today I updated to Firefox 96.0 and when I open my Firefox returned to that old visual that I hated

tabs with spaces , but that's not the worst. The worst is the newTab visual that came back to the small and ugly bookmarks of the page we usually navigate. That are set on userContent.css I remember.

I checked some vars at about:config and everything is as it was.

So do I need to set true or false any new var there? These .css files are like they was never read. It looks like to me there is a new var, we need to change it.

What did happen?

  • my userChrome.css file content below:
/* Begin - Smart Bookmarks Bar CSS Imports */
@import url("chrome://smartbookmarksbar/skin/global/base.css");
@import url("chrome://smartbookmarksbar/skin/global/mouseover-on.css");
@import url("chrome://smartbookmarksbar/skin/global/hideFoldersNames-on.css");
@import url("chrome://smartbookmarksbar/skin/global/hideNoFaviconNames-on.css");
@import url("chrome://smartbookmarksbar/skin/global/spacing-0.css");
@import url("chrome://smartbookmarksbar/skin/global/autohideBar-off.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault_mouseover-on.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault_mouseover-on_hideNoFaviconNames-on.css");
/* End - Smart Bookmarks Bar CSS Imports */

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



/*** BEGIN Firefox 77 (June 2, 2020) Override URL bar enlargement ***/

  /* Compute new position, width, and padding */

  #urlbar[breakout][breakout-extend] {
    top: 5px !important;
    left: 0px !important;
    width: 100% !important;
    padding: 0px !important;
  }
  /* for alternate Density settings */
  [uidensity="compact"] #urlbar[breakout][breakout-extend] {
    top: 3px !important;
  }
  [uidensity="touch"] #urlbar[breakout][breakout-extend] {
    top: 4px !important;
  }

  /* Prevent shift of URL bar contents */

  #urlbar[breakout][breakout-extend] > #urlbar-input-container {
    height: var(--urlbar-height) !important;
    padding: 0 !important;
  }

  /* Do not animate */

  #urlbar[breakout][breakout-extend] > #urlbar-background {
    animation: none !important;;
  }

  /* Remove shadows */

  #urlbar[breakout][breakout-extend] > #urlbar-background {
    box-shadow: none !important;
  }

/*** END Firefox 77 (June 2, 2020) Override URL bar enlargement ***/


/*** BEGIN Firefox 89 (June 2, 2021) ***/


/* https://github.com/black7375/Firefox-UI-Fix */

@media (-moz-proton) {

  /* Toolbar Height */
  #TabsToolbar
  .toolbar-items, .tabbrowser-tab,
  .titlebar-buttonbox-container {
    max-height: 34px !important;
  }

  :root[uidensity=compact] #TabsToolbar,
  :root[uidensity=compact] .toolbar-items, .tabbrowser-tab
  :root[uidensity=compact] .titlebar-buttonbox-container {
    max-height: 30px !important;
  }
  :root[uidensity=touch] #TabsToolbar,
  :root[uidensity=touch] .toolbar-items, .tabbrowser-tab
  :root[uidensity=touch] .titlebar-buttonbox-container {
    max-height: 42px !important;
  }

  
}  
  

/*** END Firefox 89 (June 2, 2020) ***/

/*** BEGIN Firefox 91 (August, 2021) ***/
/*** Tighten up drop-down/context/popup menu spacing ***/

menupopup > menuitem, menupopup > menu {
  padding-block: 3px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}


/*** END Firefox 91 (August, 2021) ***/


  • and my userContent.css file content below:
/*AGENT_SHEET*/

/* Firefox 57+ userChrome.css tweaks ************************************************************/
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **********/
/* by Aris (aris-addons@gmx.net)*****************************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ********************************************/
/************************************************************************************************/

/*************************************************************************************************

  ENABLING options: remove the combination of / and * before @import
  DISABLING options: add the combination of / and * before @import
  
  Some @import features might not work properly on macOS and Linux -> Firefox bug
  
  CSS tweaks won't work, if @namespace references are used inside .css files!

*************************************************************************************************/

/************************************************************************************************/
/* about:addons *********************************************************************************/
/************************************************************************************************/

/* NOTE: 'Version number for add-ons' will stop working soon, because Mozilla is going ***********
		 to drop XBL support: see https://bugzilla.mozilla.org/show_bug.cgi?id=1397874 **********/

/* version number for add-ons *******************************************************************/
@import url(./css/aboutaddons/addonlists_show_addon_version_number.css); /**/

/* addons page appearance - only use one at a time **********************************************/
@import url(./css/aboutaddons/addons_manager_alternative_appearance.css); /**/
/* @import url(./css/aboutaddons/addons_manager_alternative_appearance_aero.css); /**/	/* <-- AERO colors */

/* compact item lists - only use one at a time **************************************************/
/* @import url(./css/aboutaddons/addonlists_compact.css); /**/
/* @import url(./css/aboutaddons/addonlists_compact_more_compact.css); /**/

/* other settings *******************************************************************************/
/* @import url(./css/aboutaddons/addonlists_only_show_buttons_on_hover.css); /**/
/* @import url(./css/aboutaddons/addonlists_replace_button_labels_with_icons.css); /**/
@import url(./css/aboutaddons/description_page_alternative_content_order.css); /**/
@import url(./css/aboutaddons/recentupdates_category_always_visible.css); /**/
/* @import url(./css/aboutaddons/search_category_always_visible.css); /**/


/************************************************************************************************/
/* about:preferences ****************************************************************************/
/************************************************************************************************/

/* preferences page appearance - only use one at a time *****************************************/
@import url(./css/aboutpreferences/preferences_alternative_appearance.css); /**/
/* @import url(./css/aboutpreferences/preferences_alternative_appearance_aero.css); /**/	/* <-- AERO colors */
/* @import url(./css/aboutpreferences/preferences_alternative_appearance_v2.css); /**/


/************************************************************************************************/
/* about:newtab / about:home ********************************************************************/
/************************************************************************************************/

/* @import url(./css/aboutnewtab/dark_appearance.css); /**/
@media (-moz-proton) {
  @-moz-document url("about:home"), url("about:newtab") {
    /** Activity Stream - Search Focus Border: like URL ***********************/
    /* At DarkMode, Color */
    body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"],
    body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"] {
      /* inner */
      --newtab-focus-border: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */
      --newtab-focus-border-selected: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF */
    }

    /** Activity Stream - Web Site Icon: full size ****************************/
    /* Remove Firefox Logo on new Tabs
    div.logo-and-wordmark {
      display:none !important;
    }
    */
    .tile {
      width: 100px !important;
      height: 100px !important;
    }
    .top-site-icon .rich-icon {
      width: 100px !important;
      height: 100px !important;
    }
    .top-site-outer .tile .icon-wrapper {
      width: 100px !important;
      height: 100px !important;
    }
  }
}



/************************************************************************************************/
/* WEB CONTENT **********************************************************************************/
/************************************************************************************************/

/* top level image on white background (can sometimes cause glitches) - only use one at a time **/
/* @import url(./css/webcontent/toplevel_image_classic_v1.css); /**/
/* @import url(./css/webcontent/toplevel_image_classic_v2.css); /**/


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/

Thanks in advance.

Stillet af Marcelo for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Website options don't work for Firefox

I've logged into consumerreports.org and am looking at refrigerators and am trying to set a filter based on "Categories" (see jpg image) At this point no input is accepte… (læs mere)

I've logged into consumerreports.org and am looking at refrigerators and am trying to set a filter based on "Categories" (see jpg image) At this point no input is accepted other than 'Accept'. I can not clear or change any selection. This same condition occurs with all the other options.

When I use Chrome this conditions does not occur. I can set any filter, save it, and see the result.

Is there some Firefox setting that controls this behavior that I can change?

Stillet af slipbits for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

An observation

I have noticed that some business websites do not work correctly with Firefox. Here are a few ; Lowes Home Improvement, NJ Covid vaccine, Labcorp, Picattiny Federal … (læs mere)

I have noticed that some business websites do not work correctly with Firefox. Here are a few ; Lowes Home Improvement, NJ Covid vaccine, Labcorp, Picattiny Federal Credit Union, Clover Health, Walmart.

Could this be due the fact the fact that according java FF does not support the technology behind java?

In the case of Walmart, I was having a problem placing an order and asked for help, the email response did not mention FF.

https://www.walmart.com/ https://www.picacreditunion.com https://newjersey.github.io/vaccine-locations/NJ-COVID-19-Vaccine-Locations.pdf https://www.lowes.com https://patient.labcorp.com/landing https://my.cloverhealth.com/login/?next=/

Most of these website deal with confidential information.

Stillet af mike-a for 1 år siden

Besvaret af mike-a for 1 år siden

  • Løst
  • Arkiveret

page displays wrongly

Could someone please tell me why this page (and some other Dell pages), won't display properly? https://www.dell.com/community/Dell-Community/ct-p/English It's a fairly… (læs mere)

Could someone please tell me why this page (and some other Dell pages), won't display properly?

https://www.dell.com/community/Dell-Community/ct-p/English

It's a fairly new problem, the pages are ok in IE and Chrome.

I have Windows 7 and Firefox is up to date 96.0.2

Thanks, Fraidy

Stillet af Fraidy for 1 år siden

Besvaret af TyDraniu for 1 år siden

  • Løst
  • Arkiveret

Not able to download Zip files from Google drive after compressing

I'm not able to download Compiled zip files from google drive. I have an folder with a lots of image so when I download folder, google compresses them in zip and then it … (læs mere)

I'm not able to download Compiled zip files from google drive. I have an folder with a lots of image so when I download folder, google compresses them in zip and then it downloads. but I'm not able to download the images. I don't know since when it started happening or which version because my Firefox browser is on auto-update.

Stillet af satyamverma.8.b for 1 år siden

Besvaret af satyamverma.8.b for 1 år siden

  • Løst
  • Arkiveret

lost bookmarks

Needed to replace my pc because hd failed. Now have new pc(windows 11). Problem is i can't restore wife's bookmarks. Got mine back okay, but not hers and she isn't happy.… (læs mere)

Needed to replace my pc because hd failed. Now have new pc(windows 11). Problem is i can't restore wife's bookmarks. Got mine back okay, but not hers and she isn't happy. What do i need to do to find them?

Stillet af billsoll46 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Twitter

Twitter shows up as a blank (white) page. Cannot login. Works okay in Chrome. Got these msgs for Firefox Inspection tool. Content Security Policy: Ignoring “'unsafe-inlin… (læs mere)

Twitter shows up as a blank (white) page. Cannot login. Works okay in Chrome. Got these msgs for Firefox Inspection tool. Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). moz-extension:1:322 Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified 4 Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). moz-extension:71:796982 Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified 10 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ads-api.twitter.com/9/measurement/dcm_local_id. (Reason: CORS request did not succeed). Status code: (null).

Stillet af GROUP 0 MiddleEarth for 1 år siden

Besvaret af GROUP 0 MiddleEarth for 1 år siden

  • Løst
  • Arkiveret

Firefox 97 won't load/blanks all pages, including about:config

After the Firefox 97 upgrade, no pages will load. No hourglass. No error message. Just blank. Internal FF pages like about:config are the same. Ctrl + B for the bookmark … (læs mere)

After the Firefox 97 upgrade, no pages will load. No hourglass. No error message. Just blank. Internal FF pages like about:config are the same. Ctrl + B for the bookmark sidebar works intermittently on new tabs, but not on the stuck/blank/non-loading URLs.

Tried reinstalling FF, no luck. 1 old profile worked briefly w/ 97, but only until the next restart. Creating a fresh profile w/ 97 had same error.

Reverting to FF 96 and everything works fine. Assuming you have a backup of your user profile, as 96 won't load the profile once 97 had broken/upgraded it...

This is a Dell Precision 7760 w/ Win 10 Pro, about 6 months old.

1 older machine, running Win 10 Home & synced FF to same account upgraded to 97 and is working fine.

Have temporarily had to disable auto updates until some way to solve this issue is found.

Stillet af morgan22 for 1 år siden

Besvaret af bg07901 for 1 år siden

  • Løst
  • Arkiveret

v96.0 Blocked Cookies

After upgrading to FF 96.0 (Windows 10), the site dslreports.com thinks cookies are being blocked on login. This occurs even in safe mode. Their cookie tester shows a cou… (læs mere)

After upgrading to FF 96.0 (Windows 10), the site dslreports.com thinks cookies are being blocked on login. This occurs even in safe mode. Their cookie tester shows a couple of random cookies being return by the browser which may or may not be related.

Stillet af krj for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Firefox cannot load websites but other browsers can, But if you wait for several minutes or an hour it works again.

Hi, I know this already Faqs about this problems: https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can But the things is, it's not works at… (læs mere)

Hi, I know this already Faqs about this problems: https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can But the things is, it's not works at all. Even it could, it only for few minutes and the problems keeps appears. And oddly, If you ignore it for several minutes or an hour, Firefox suddenly can open websites again. This problems keep appears in my 2 laptop. I already try anything including reinstall firefox, and it's just temporal solutions. Can you check what actually happened? Cause this problems not only me but also the other users. I already ask my colleague and my friend, they have same problems, and the solution you give isn't working at all. Thank you.

Stillet af I.E. for 1 år siden

Besvaret af SUMOsJR for 1 år siden

  • Løst
  • Arkiveret

FireFox update needed ....

I have been instructed by BCBSIL.com to use GoogleChrome as my browser. Their website is no longer compatible with Firefox. Is there an update that Firefox can do so I do… (læs mere)

I have been instructed by BCBSIL.com to use GoogleChrome as my browser. Their website is no longer compatible with Firefox. Is there an update that Firefox can do so I don't have to change my browser to Google Chrome? It seems BCBSIL is saying only Google Chrome users can access their site now. BCBSIL is trying to direct what browser I use, isn't this illegal?

Stillet af shelbywoo1 for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Create desktop shortcuts with Firefox

I used to create desktop shortcuts to websites by dragging the padlock thumbnail to the left of the URL to the desktop. (see first image) Now it does not create a shortc… (læs mere)

I used to create desktop shortcuts to websites by dragging the padlock thumbnail to the left of the URL to the desktop. (see first image)

Now it does not create a shortcut but instead creates a file on the desktop with a .URL extension.(see 2nd image) Double clicking on the file will take me to the website, but as a file and not a shortcut, I cannot modify the name displayed or change the icon displayed.

Am I looking at something new in version 96 or have I inadvertantly changed something in the settings?

Stillet af George Sinkinson for 1 år siden

Besvaret af George Sinkinson for 1 år siden

  • Løst
  • Arkiveret

Bookmark menu only shows Recent Bookmarks.

I have a bunch of bookmarks across multiple folders in my Library. Some in the Bookmarks Toolbar, most in the Bookmarks menu. I noticed a while ago that when I click the… (læs mere)

I have a bunch of bookmarks across multiple folders in my Library. Some in the Bookmarks Toolbar, most in the Bookmarks menu.

I noticed a while ago that when I click the Library button and go to "Bookmarks" I only see the Recently Added Bookmarks, without my folder structure.

I thought that maybe this is because the Recently Added list overflows and my actual bookmarks structure isn't displayed so I created userChrome.css file and disabled Recently Added Bookmarks completely.

Now whenever I click the Library button -> Bookmarks I only see the options to manage bookmarks or toggle the bookmarks toolbar.

The bookmarks are there - I can search for them, I can access them through the Bookmark Manager/Library (the external window thingy) and can see them in the "Bookmarks Menu" folder on the Sidebar, but they just don't show up in the Bookmark Menu accessed through the Library button.

I looked around here on did some Google searches but couldn't find a similar issue.

Any help would be greatly appreciated.

Stillet af Alaknár for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Declare a custom theme "light"

As of recently, Firefox adapts some elements (basically everything in the toolbar, like the downloads or browsing history) depending on whether it identifies the theme yo… (læs mere)

As of recently, Firefox adapts some elements (basically everything in the toolbar, like the downloads or browsing history) depending on whether it identifies the theme you use as light or dark. I am using a custom theme (this one: https://addons.mozilla.org/de/firefox/addon/tardis/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search) that Firefox identifies as dark, however I absolutely hate any form of dark mode. So far I figured out how to force Firefox to use a light theme everywhere else using about:config, but I couldn't figure out how to change the abovementioned elemtents back to light without changing the theme. So is there any way to declare a theme as light or some other way to change this behavior?

Stillet af frasiwa for 1 år siden

Besvaret af Cyclone Boom for 1 år siden

  • Løst
  • Arkiveret

Cannot open https://mail.yahoo.com

When browsing to mail.yahoo.com I get the following error: Secure Connection Failed An error occurred during a connection to www.sportsmansoutdoorsuperstore.com. PR_CONN… (læs mere)

When browsing to mail.yahoo.com I get the following error: Secure Connection Failed

An error occurred during a connection to www.sportsmansoutdoorsuperstore.com. PR_CONNECT_ABORTED_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Stillet af bretshooter for 1 år siden

Besvaret af FredMcD for 1 år siden

  • Løst
  • Arkiveret

opening saved webpages

I'm having problems opening saved (archived) Facebook pages. The problem is the page opens without formatting or layout, just text and images. I've had this problem befo… (læs mere)

I'm having problems opening saved (archived) Facebook pages. The problem is the page opens without formatting or layout, just text and images.

I've had this problem before when I was using Firefox 68. The solution was to roll back a security patch by doing the following as proposed by jscher2000:

You can roll back the patch as follows if you want to see what difference it makes:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste uniq and pause while the list is filtered

(3) Double-click the privacy.file_unique_origin preference to switch the value from true to false

That had worked until recently. I checked "privacy.file_unique_origin" and its still has a value of 'false' but the webpages are not opening properly, even ones I saved over the last few years.

What can I do?

Stillet af Claude for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Sidebar line spacing - Simple Tab Groups add-on

Hi How can I write code to change line spacing for the sidebar of the add-on "Simple Tab Groups". I found this code which changes line spacing for Bookmarks ... it work… (læs mere)

Hi How can I write code to change line spacing for the sidebar of the add-on "Simple Tab Groups".


I found this code which changes line spacing for Bookmarks ... it works. https://support.mozilla.org/si/questions/1238370

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Minimize height of sidebar items */ .sidebar-placesTreechildren::-moz-tree-row {

   min-height: 18px !important;
   height: 18px !important;
   max-height: 18px !important;

}

Stillet af moz_spt for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden