Showing questions tagged: اعرض كل الأسئلة

Make FireFox open tabs next to current in last-opened order

I need last link I middle-clicked to open to the right of current tab. If I middle-click links 1,2,3 on page 0, I need tabs to be 0,3,2,1, instead FireFox places 3-rd lin… (read more)

I need last link I middle-clicked to open to the right of current tab. If I middle-click links 1,2,3 on page 0, I need tabs to be 0,3,2,1, instead FireFox places 3-rd link after the 2nd and 2nd after the 1st, resulting in 0,1,2,3. I tried changing browser.tabs.insertRelatedAfterCurrent, but it doesn't seem to have any effect. browser.tabs.insertAfterCurrent is "true". The only thing I found is https://addons.mozilla.org/en-US/firefox/addon/open-tabs-next-to-current/, but it interferes with "Clipboard to Tabs" addon and occasionally seems to not work.

FireFox behavior is also wildly inconsistent. It depends on whether I switched to these tabs and interacted with them. Some interactions cause it to forget they were "related".

Asked by GrayFace 1 day ago

Last reply by markwarner22 22 hours ago

The page isn’t redirecting properly...

I get this when I click through on an email from AliExpress... It's not the link as It works (Copy & Paste) in both Chrome & Edge. The page isn’t redirecting pro… (read more)

I get this when I click through on an email from AliExpress... It's not the link as It works (Copy & Paste) in both Chrome & Edge.

The page isn’t redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

   This problem can sometimes be caused by disabling or refusing to accept cookies.

Asked by sag621 1 day ago

Last reply by jscher2000 - Support Volunteer 1 day ago

getting kicked off current webpage when I download Microsoft Word Documents

I am on a school site and frequently download Word documents. Prior to a recent update ( this summer) the files went to a download manager and I could either work o the d… (read more)

I am on a school site and frequently download Word documents. Prior to a recent update ( this summer) the files went to a download manager and I could either work o the document or continue to work on the current webpage. However, sionce the update, the docuemnt is saved but inthe process I am kicked off the current webpage. Should I revert back to a previous version of Firefox or is there a workaround or patch? Thanks

Asked by edschultze 6 days ago

Last reply by jscher2000 - Support Volunteer 1 day ago

I can't open yahoo.com as my home page anymore

I have used Firefox on my PC for ever (10-15 years). Yahoo was set to be my home page so I can get to my email. Starting 5-6 days ago when I click Mozilla Firefox on my t… (read more)

I have used Firefox on my PC for ever (10-15 years). Yahoo was set to be my home page so I can get to my email. Starting 5-6 days ago when I click Mozilla Firefox on my task bar it opens a white (blank) page, no yahoo (but it shows yahoo.com in the address bar). I can go to my book marks and got them or type in a URL and go there OK. But, to see my mail I have to open Google Chrome to get to yahoo and log in. If I'm on Firefox and get the blank screen, then go to another URL from my bookmarks then type in yahoo.com it goes back to a blank screen that shows https://www.yahoo.com/ in the address.

Thanks, R.A. Norris mac10-45@sbcglobal.net

Asked by JC HD 1 day ago

Last reply by markwarner22 1 day ago

Vertical Tabs Customizable Sidebar

I just got the update and love the sidebar customization. The only caveat is that there is no easy way to close a tab (not counting key shortcuts) without having to open … (read more)

I just got the update and love the sidebar customization. The only caveat is that there is no easy way to close a tab (not counting key shortcuts) without having to open the sidebar and click X that way. When it is a horizontal tab, the X is very upfront and easy to click. I was wondering if there would be any patch that would add a "close tab" button either to the right of the refresh button in the top left, or to the right of the "Open a new tab" button in the top right.

If there is already an easier way to close tabs, then I am all ears; the less clicks the better, and a more simple browser to operate!

Asked by MokkingJay 2 weeks ago

Last reply by meaou 2 days ago

Can't Open Multiple Tabs while using Seeking Alpha

I can only open 2 tabs while using my Seeking Alpha financial program on Firefox browser. If I try to open a 3rd tab the Seeking Alpha program will not open. This issue… (read more)

I can only open 2 tabs while using my Seeking Alpha financial program on Firefox browser. If I try to open a 3rd tab the Seeking Alpha program will not open. This issue just started within the past few days and doesn't occur when using Seeking Alpha program on MS Edge browser. Hopefully you can fix this problem quickly otherwise I will have to start using Edge as my default browser.

Asked by FJK 2 days ago

Last reply by jscher2000 - Support Volunteer 2 days ago

"View eBill" from the USAA.com Bill Pay Service is not Working

Up until about six weeks ago, I could access a provider statement through a function on USAA.com bill pay service. I now see an empty pop up screen or an error message th… (read more)

Up until about six weeks ago, I could access a provider statement through a function on USAA.com bill pay service. I now see an empty pop up screen or an error message that the page is not available. I tried suspending use of the VPN without success, then tried another browser (Chrome) and the function is available. Is this a settings issue or something else? My preference is to use Firefox as a browser.

Asked by charles.firth 3 days ago

Last reply by markwarner22 3 days ago

Test Content-Security-Policy violation handling

Hi, I am developing a website of my own and in that website I want to implement a handler for Content-Security-Policy violation reports. I want to test if this handler w… (read more)

Hi,

I am developing a website of my own and in that website I want to implement a handler for Content-Security-Policy violation reports. I want to test if this handler works as I expect and therefore I have configured a webpage such that is will report CSP violations (I see them in the web developer console) and I want to have them sent to my application's CSP-violation handler.

In my test environment, the application is running on localhost. I have run my web application both on HTTP and HTTPS (with a self-signed certificate), but in neither case Firefox is sending any reports to my application.

My CSP headers look as follows: Content-Security-Policy: report-uri http://localhost:5281/csp-violation;base-uri 'none';default-src 'self';form-action 'none';frame-ancestors 'none';report-to csp-viol;script-src 'unsafe-eval' 'nonce-9FuQ3NuVoW66DT1ZU4w9EPSymnHE1/hg';style-src 'unsafe-eval' 'nonce-9FuQ3NuVoW66DT1ZU4w9EPSymnHE1/hg' Reporting-Endpoints: csp-viol=http://localhost:5281/csp-violation Report-To: {"group":"csp-viol","max_age":10886400,"endpoints":[{"url":"http://localhost:5281/csp-violation"}]}

When I run my application using HTTPS, all HTTP in the endpoints will also be HTTPS.

I have verified that when I post something by hand to http://localhost:5281/csp-violation, my handler is executed, so that is not the issue. I believe that Firefox is just not sending the reports. Is there a way to configure Firefox such that it will send the CSP violation reports to my application when run on HTTP(S) on localhost?

Sincerely, Marcel

Asked by Marcel 3 days ago

Last reply by markwarner22 3 days ago