ট্যাগ লাগানো প্রশ্নগুলো দেখানো হচ্ছে। সমস্ত প্রশ্ন দেখান

Passwords

I was trying to install the lower version of Mozoilla firefox which is compatible with some other website with profile change option and therefore lost all my 100 plus sa… (আরও পড়ুন)

I was trying to install the lower version of Mozoilla firefox which is compatible with some other website with profile change option and therefore lost all my 100 plus saved passwords. How can I recover the same as I was not logged in from any email I suppose.

Asked by Sachin Kathuria 6 দিনসমূহ আগে

devtools fails to record this entire GET request.

Here's what the request and response look like in curl: ``` > curl --dump-header - 'https://helka.helsinki.fi/primaws/suprimaExtLogin?institution=358UOH_INST&lang… (আরও পড়ুন)

Here's what the request and response look like in curl:

``` > curl --dump-header - 'https://helka.helsinki.fi/primaws/suprimaExtLogin?institution=358UOH_INST&lang=en&target-url=https%3A%2F%2Fhel ka.helsinki.fi%2Fdiscovery%2Fsearch%3Fvid%3D358UOH_INST%3AVU1%26lang%3Den&authenticationProfile=SAML&idpCode=SAML&auth=SAML&view=358UOH_INST%3AVU1&isSilent=fa lse' HTTP/1.1 200 X-Request-ID: 8b4uwmaLlw Set-Cookie: JSESSIONID=276D251CCF73C509108B337EA736F6A7.apd06.eu03.prod.alma.dc06.hosted.exlibrisgroup.com:1801; Path=/; HttpOnly; SameSite=None; Secure p3p: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT" Set-Cookie: urm_st=1734697817414; Path=/; SameSite=None; Secure Set-Cookie: urm_se=1734698717414; Path=/; SameSite=None; Secure Set-Cookie: institute=358UOH_INST; Path=/; HttpOnly; SameSite=None; Secure Set-Cookie: digitalDoc=#####----######; Path=/; HttpOnly; SameSite=None; Secure Set-Cookie: auth=SAML; Path=/; SameSite=None; Secure Set-Cookie: idpCode=SAML; Path=/; SameSite=None; Secure Set-Cookie: institute=358UOH_INST; Path=/; HttpOnly; SameSite=None; Secure Set-Cookie: productCode=alma; Path=/; HttpOnly; SameSite=None; Secure Set-Cookie: idpCode=SAML; Path=/; SameSite=None; Secure Content-Security-Policy: frame-ancestors 'self' https://*.exlibrisgroup.com https://*.exlibrisgroup.com.cn helka.helsinki.fi; object-src blob: 'self' *.exlibrisgroup.com *.exlibrisgroup.com.cn www.google-analytics.com stats.g.doubleclick.net s3.amazonaws.com www.youtube.com youtube.com artic.contentdm.oclc.org helka.helsinki.fi ;worker-src blob: 'self' *.exlibrisgroup.com *.exlibrisgroup.com.cn www.google-analytics.com stats.g.doubleclick.net s3.amazonaws.com www.youtube.com youtube.com artic.contentdm.oclc.org helka.helsinki.fi ;upgrade-insecure-requests; report-uri /infra/CSPReportEndpoint.jsp; report-to csp-report-endpoint; Report-To: {"max_age":10886400,"endpoints":[{"url":"https://eu03.alma.exlibrisgroup.com/infra/CSPReportEndpoint.jsp"}],"group":"csp-report-endpoint"} X-Content-Type-Options: nosniff Content-Type: text/html;charset=UTF-8 Content-Length: 1768 Date: Fri, 20 Dec 2024 12:30:17 GMT Strict-Transport-Security: max-age=31536000; includeSubDomains Set-Cookie: __Secure-UqZBpD3n3naPU20-9Fvn5i-TSO9Fp8hbYtbA9YCEpg3UXgo_=v1ueoigw__LIK; Expires=Mon, 18-Dec-2034 12:27:47 GMT; Path=/; Secure; SameSite=None

<title> SAML Login Redirection </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<form name="form1" id="form1" action="https://login.helsinki.fi/idp/profile/SAML2/Redirect/SSO" method="get" class="form"> <input type="hidden" name="SAMLRequest" value="jZJBc9owEIX/ikZ3LFlhSqzBZCiGCTOkpTjJITeNvQZNZMnRyrT99xVmmJIL7UUHad++t592+vCrNeQIHrWzOU0TTgnYytXa7nP68rwa3dOH2RRVazo578PB7uCjBwwk6izK4SGnvbfSKdQorWoBZahkOX/aSJFw2XkXXOUMJXNE8CEaLZzFvgVfgj/qCl52m5weQuhQMnYA866SeKK27zppNGvtnnU1PipbG9i4vbaUFDGCtioMqS9Sc3r7JNV1x6J/ow2wUyDBdlBrD1VgZfmdkpXzFQxj5bRRBoGSdZHTecHTbLniqVhOskU6Xi5XX4tszHl2N+GLLOWqq/mXWItbhaiP8FeN2MPaYlA25FRwMR6lYiT4cyrkHZfpJBmnkzdKXi/EIyF65isHrb8Ce5urutCks9vsBixTduVxNhSd/Ba7routM7r6fWUs/v9LjXE/Fx5UiAyC72Fg2qpwu8HpRtejZiiVwSuLGmygpNyeIv3oldGNBv+vtRhGo2x2nu7zhs7+AA=="><input type="hidden" name="RelayState" value="https://helka.helsinki.fi/discovery/search?vid=358UOH_INST:VU1&lang=en@@358UOH_INST@@primaws"> <input type="submit" name="update" value="Apply" style="position: absolute; height: 0px; width: 0px; border: none; padding: 0px;" hidefocus="true" tabindex="-1"> </form> <script type="text/javascript"> function redirect() { var form = document.getElementById("form1"); form.submit(); } window.onload = redirect; </script> ```

It seems like a pretty normal request. Yet if I paste that URL into a firefox tab monitored by devtools, it is not recorded. In the network tab, the request has a line in the history, but when I click on the line for more details, all I get is "No headers for this request" in the Headers tab, "No response data available for this request" in the response tab, etc.. All of the tabs are blank. I tried disabling the cache, and still I get the same thing. Why doesn't devtools record this request?

Asked by storehouse 6 দিনসমূহ আগে

ease of access

I selected an accessiblility option that provides yellow text on a black background, and its great. However, some pages, such as aol mail have a blinding white background… (আরও পড়ুন)

I selected an accessiblility option that provides yellow text on a black background, and its great. However, some pages, such as aol mail have a blinding white background. How do I get black background on all pages?

Asked by Erik Kengaard 6 ঘন্টাসমূহ আগে

deconnexion de mon compte google

Bonjour, J'ai un probléme que je n'arrive pas à résoudre J'utilise Firefox comme navigateur et à chaque fois que je me connecte à mon compte google il me redemande mon ma… (আরও পড়ুন)

Bonjour, J'ai un probléme que je n'arrive pas à résoudre J'utilise Firefox comme navigateur et à chaque fois que je me connecte à mon compte google il me redemande mon mail et mon mot de passe, ce que je n'avais pas avant?? Comment une fois pour toute suite la procédure pour ne pas à avoir cette manip à faire à chaque fois? Merci d'avance pour votre aide Nicolas

Asked by jubert.nicolas 6 দিনসমূহ আগে

recover my account

My phone took a dump o need what ever you have to restore somr off my data

Asked by joe 6 দিনসমূহ আগে

The browser is very slow

Good day. I'm thinking of deleting Firefox. It's simply impossible to use it on some sites. For example, I can't write a comment on YouTube because the browser freezes. P… (আরও পড়ুন)

Good day. I'm thinking of deleting Firefox. It's simply impossible to use it on some sites. For example, I can't write a comment on YouTube because the browser freezes. Page scrolling and controls also freeze. I turned off browser extensions, but it doesn't help. I have 48GB of DDR5 memory and one of the best processors available today...

Asked by nim int3 6 দিনসমূহ আগে

Last reply by nim int3 6 দিনসমূহ আগে

Autofill Will Not Autofill

Using FF128.5.2 on IMac using 15.2 with DuckDuckGo for browsing. The user/pass for JUST ONE site, that is properly logged on the Passwords page, with all settings for "A… (আরও পড়ুন)

Using FF128.5.2 on IMac using 15.2 with DuckDuckGo for browsing. The user/pass for JUST ONE site, that is properly logged on the Passwords page, with all settings for "Ask to save.." and "Fill usernames..." is checked, but Firefox still will not auto fill when the login page appears and I click in that box like other sites. Please advise oh support Gurus!

Asked by bailin 6 দিনসমূহ আগে

Cannot open this website in Firefox "-m9uqnhvvzq-pzujk1ut.c.wbsm.ai" because of SSL_ERROR_BAD_CERT_DOMAIN

Hi, i can't open this website in Firefox (https://-m9uqnhvvzq-pzujk1ut.c.wbsm.ai) due to a certificate error, But in Chrome i can open this website perfectly fine. … (আরও পড়ুন)

Hi, i can't open this website in Firefox (https://-m9uqnhvvzq-pzujk1ut.c.wbsm.ai) due to a certificate error, But in Chrome i can open this website perfectly fine.

Asked by Leonard rua 6 দিনসমূহ আগে

Multiple tabs open

Usually when I open Firefox I have the option to open more than one tab at the same time, but now it only gives me one option?

Asked by janis.peachey 1 সপ্তাহ আগে

1036460519@qq.com

标签栏问题 1.标签栏不支持垂直展示,标签页过多时不便于浏览,垂直展示可以展示更过标签页。 2.标签页有点大,可以适当缩小点,可以展示更过标签页,可以使内容页更大。

Asked by 连江 1 সপ্তাহ আগে

Youtube audio

Youtube will not play audio. Game sounds work as well as running youtube on Edge, but not on Firefox. I have disabled hardware acceleration, made sure nothing is muted an… (আরও পড়ুন)

Youtube will not play audio. Game sounds work as well as running youtube on Edge, but not on Firefox. I have disabled hardware acceleration, made sure nothing is muted and even downloaded a soundfixer addon, but nothing works. This problem just began after a restart of my router and computer.

Asked by syvanders1 1 সপ্তাহ আগে

Mozilla

Mozzilla has changed and for the best for older people. How can I just use the regular Firefox I used to have.

Asked by Csammons43 7 ঘন্টাসমূহ আগে