Firefox blocks Piano-scripts

My name is Ievgeniia Kukushkina and I hope I can get help here 🙏 I represent company called Piano Software which provides user experience and paywall software to manage … (read more)

My name is Ievgeniia Kukushkina and I hope I can get help here 🙏

I represent company called Piano Software which provides user experience and paywall software to manage subscriptions and access to content for companies. Our customers news websites use our software to make a relevant experience for end-users. But end users, who use your software could not access to that content, because your software blocks ours. We received multiple tickets regarding Firefox blocking the execution of Piano scripts

  1. 1

Hey,

It seems Firefox blocks all Piano Scripts in the strict privacy mode of the browser.

For a few days now users are reporting, that they can't access the Login via firefox. In the "strict" privacy mode all Piano scripts seem to get blocked. Even Paywalls and Banner are missing. When i choose a custom privacy setting and block everything but "tracking content", all piano functions are available again.

Did you change anything in your cookie handling, that may have be causing browsers to categorize piano cookies wrong and block them?

Steps to reproduce (see also video):

open

thepioneer.de in firefox

in standard brwoser privacy setting you should be able to see the Login button, Paywalls, Banner

open pricavy settings and turn on strict mode

Login Button etc. disappear

Turn privacy setting to custom and uncheck "tracking content" -> Login appears again.

Jon_0-1716558095816.png


https://youtu.be/Al50NzkxgtE


  1. 2

Hello,

there is a problem in the firefox browser, if you use "private window" the function "Extended tracking protection" is turned on automaticly and in this case you can't log in to the account and also article locks don't appear at all

I mean this:

here it doesn't appear in firefox https://prnt.sc/AqgqRBjTKUg5 this is normally displayed in chrome https://prnt.sc/PvJVJOZulUbt


  1. 3

Hello,

Recently we've received some reports from people that they are unable to sign-in on our website in Firefox. It seems like the Piano script is being blocked for some reason. One of our developers has provided a recording of what he was seeing here (a Sign-In / Subscribe button should be appearing in the top right if it were working properly).

He is using Firefox version 126.0 on macOS, in private browsing mode, using Standard browser privacy settings. We've had others report the same issue on Windows in normal browsing mode. We previously haven't had issues with those settings before, so we're not sure if something may have changed.

Do you have any suggestions on how to troubleshoot this?

Asked by Ievgeniia Kukushkina 23 hours ago

Last reply by Ievgeniia Kukushkina 31 minutes ago

After resume from suspend graphics are broken (Linux, Nvidia)

This has been a problem for a while, currently on Firefox 126.0 and Nvidia 550.78. I can work around the problem by forcing webrender to use software mode. When using HW… (read more)

This has been a problem for a while, currently on Firefox 126.0 and Nvidia 550.78. I can work around the problem by forcing webrender to use software mode.

When using HW accelerated webrender with my Nvidia graphics card everything works fine until the PC wakes from sleep, then graphics are broken and Firefox needs restarting. Most noticeable for me is when looking at Grafana graphs they will look like random lines, and my Frigate NVR snapshots only display some of the time.

Is there anywhere in Firefox that will show a log of any error messages to do with the graphics card? I would like to try and fix the problem rather than disabling HW acceleration, but with no logs to look at that is impossible. No other programs seem to have a problem with resuming from sleep, and no error messages are shown in any of the system logs.

Asked by Adam 2 weeks ago

Last reply by Adam 56 minutes ago

Thunderbird: ongoing issues with gmail and hotmail

This has gone beyond any reasonable limits. Please fix your software! Every time there is an update, Thunderbird goes into spasms. Google and Hotmail send constant messag… (read more)

This has gone beyond any reasonable limits. Please fix your software! Every time there is an update, Thunderbird goes into spasms. Google and Hotmail send constant messages to verify my (already very verified) account.

Asked by Vion Sandor 1 hour ago

Obscure canvas rendering issue

Hello, I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint … (read more)

Hello,

I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint application. The issue is that the very first time that the user presses the mouse, the line stops abruptly, while the next times the lines are drawn correctly. The events seem to fire correctly and the page works fine at Chromium, so it seems to be a Firefox issue. You can find the html page below. I am curious, what could be the problem?

<!DOCTYPE html>
<html lang="el">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Canvas</title>
  <style>
    #canvas {
      background-color: whitesmoke;
      border: solid 2px brown;
    }
  </style>
</head>

<body>
  <canvas id="canvas"></canvas>

  <script>
    function startDrawing(e) {
      isDrawing = true;
      context.beginPath();
      context.moveTo(e.offsetX, e.offsetY);
    }

    function draw(e) {
      if (isDrawing) {
        context.lineTo(e.offsetX, e.offsetY);
        context.stroke();
      }
    }

    function stopDrawing(e) {
      console.log("stopped drawing")
      isDrawing = false;
    }

    const canvas = document.getElementById('canvas');
    const context = canvas.getContext('2d');
    var isDrawing = false;
    canvas.width = 1000;
    canvas.height = 1000;
    context.strokeStyle = "#913d88";
    context.lineWidth = 2;
    canvas.onmousedown = startDrawing;
    canvas.onmouseup = stopDrawing;
    canvas.onmousemove = draw;
  </script>
</body>

</html>

Asked by ngiatsog 20 hours ago

Last reply by ngiatsog 1 hour ago

download always failed

i need some help with my firefox browser. all of a sudden my firefox browser wont download any files from anywhere but if i try to use the save image as on an image firef… (read more)

i need some help with my firefox browser. all of a sudden my firefox browser wont download any files from anywhere but if i try to use the save image as on an image firefox would download them. weirdest thing is other browsers are fine when downloading files.

Asked by lukas.jiun 2 hours ago

Blocker: Mozilla Firefox causes rows overlapping

Dear Support Team, After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire he… (read more)

Dear Support Team,

After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire height of the table is correct calculated.

This is a blocking point. I need assistance urgently.

Asked by Stefan Curiban 1 day ago

Last reply by Stefan Curiban 3 hours ago

Please help that why didn’t support China Office 365?

Dear Sirs, Please help why didn’t support China Office 365? We are using China exchange online, but it can’t use Thunderbird login our account. We have ask them, they ne… (read more)

Dear Sirs,

Please help why didn’t support China Office 365? We are using China exchange online, but it can’t use Thunderbird login our account. We have ask them, they need the software register to their system, could you register thunderbird to their system? Thanks!

Kin

Asked by auwk 3 hours ago

Last reply by auwk 3 hours ago

Tracing my old questions to see any answers

My unreliable memory tells me I asked this community a question about Thunderbird. I haven't received anything that might suggest someone has replied, and I cannot rememb… (read more)

My unreliable memory tells me I asked this community a question about Thunderbird. I haven't received anything that might suggest someone has replied, and I cannot remember the title I gave that post, so how do I search for it?

Just in case, my 'missing' question was (or should have been) why when I open Thunderbird does it open showing the emails that I received maybe a month ago, not the most recent ones. The most recent ones are there on the list, but I have to scroll down to get to them, which is a nuisance as I have to do it every time I go into Thunderbird

My thanks to you

Asked by graham65 3 hours ago

Changing your e-mail password within Thunderbird to enable incoming and outgoing email.

I have searched through forums and youtube. I can not locate an "options" or "security" tab anywhere in the menu structure. I want to change my email password to enable i… (read more)

I have searched through forums and youtube. I can not locate an "options" or "security" tab anywhere in the menu structure. I want to change my email password to enable incoming and outgoing emails. My account is already established, I only want to change the password so Thunderbird can get and send from my email account.

Asked by RRRichmond 15 hours ago

Last reply by RRRichmond 3 hours ago

Launching Thunderbird Stops Keyboard Working

I have Thunderbird 115.11.1 running on a Mac Mini M2 Sonoma 14.5. I use a Kensington USB PC Keyboard which is set to "British-PC" in the Mac Keyboard settings to give th… (read more)

I have Thunderbird 115.11.1 running on a Mac Mini M2 Sonoma 14.5.

I use a Kensington USB PC Keyboard which is set to "British-PC" in the Mac Keyboard settings to give the correct layout.

If Thunderbird is the first app I launch after I log in (the password entry at this stage works fine) it seems to stop the keyboard from being recognised by the Mac until I go into another app (Google or Text Edit for instance) which then seems to make the Keyboard visible again.

Are there any settings in Thunderbird that might clash with the system keyboard settings and cause this?

If I use other apps before launching Thunderbird it works as normal, it seems to happen if Thunderbird is launched first.

Thanks for any help.

Asked by cheapmachines 20 hours ago

Last reply by cheapmachines 4 hours ago

Having a trouble to download with firefox's download

Didn't have this problem before but after a couple days ago, I didn't know what changes happened to my computer but most of the program wouldn't work except I have to run… (read more)

Didn't have this problem before but after a couple days ago, I didn't know what changes happened to my computer but most of the program wouldn't work except I have to run it as administrator. The download problem occurred when suddenly my FF always froze no matter if I closed it or not. So I just refresh my FF and copy my profile from the old backup data that FF generated and just pasted all of them on my new profile. The problem is that after I tries to download warcraft 3 maps from google drive, the download always occurs as failed. I don't have this problem when I tried it with Edge. Running FF as admin doesn't worked either. Neither as when I run FF as refresh without any extension. Downloading stuffs with IDM (Internet Download Manager) does not have any problems. Just now, I try to download a .xlsx files from my workplace websites. After I click on the download or the file itself, nothing occurs as if nothing happened. This is giving me a headaches so I came here to give it a try if anyone can help me fix this problem.

Asked by Kongkit Vaskul 4 hours ago

firefox ate my history

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed perman… (read more)

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed permanently on a single web address. this is the web address of a site that is in my toolbar. this site cannot be deleted from the history. this site cannot be deleted through the preferences menu. the same site shows in the history file as the only site visited in the past several months, even though i have not visited that site in the past several months. the browser does not show my browsing history. the browser does not create a browsing history. my history function is permanently broken.

help?

Asked by drollere 18 hours ago

Last reply by drollere 5 hours ago

Firefox Browser Defaults to the Wrong Time Zone

I've seen a few submissions describing the same or similar issues, but is there a consistent, effective way of changing the time zone in Firefox? It keeps defaulting to t… (read more)

I've seen a few submissions describing the same or similar issues, but is there a consistent, effective way of changing the time zone in Firefox? It keeps defaulting to the wrong time zone (despite everything else on my system displaying the correct time zone) and has been doing so for weeks. Solutions appreciated!

Asked by linsilver888 5 hours ago

binance problem with live price

Hi support from yesterday firefox has a problem Different computers Different internet same problem Different versions of Brouzer I have the same problem with both of you… (read more)

Hi support from yesterday firefox has a problem Different computers Different internet same problem Different versions of Brouzer I have the same problem with both of you yesterday is a problem Binance prices does not cope in Live not only the prices but other items do not work. Tested on another brouzer neatly doing some problem to you

Thank's

Asked by nebojsa3 5 hours ago

Unable to connect to server

I just started using TB about 2 weeks ago. I have not even gotten to the point of installing a eml to mbox software to move my folders, etc into TB from emClient. I am … (read more)

I just started using TB about 2 weeks ago. I have not even gotten to the point of installing a eml to mbox software to move my folders, etc into TB from emClient. I am changing because emC quit authenticating 'out of the blue'. I have been getting and sending emails perfectly well in TB until about 4 days ago. I get a message that says it cannot connect to Comcast server. Nothing about authentication or a password. It just stopped! I talked to Comcast tech support today and they said everything on their end looked good. I have spent several hours tonight going thru TB checking everything, reading this forums notes on unable to connect, restarted a couple of times, etc. Needless to say, I am not happy and really don't know if I should ditch TB and go to a 3rd different email program. (Note: I am not one who changes often or without a fight to keep a program.) I have been with emClient for over 10 yrs. All their suggestions have not worked. I like TB and really want it to work. Suggestions please.

Asked by karolcooper 5 hours ago

I can't send emails

Hi there, I really need help. I can't send emails anymore, but can receive them. All settings look correct to me, so I am lost. Please help! I am with skymesh. My email … (read more)

Hi there,

I really need help. I can't send emails anymore, but can receive them. All settings look correct to me, so I am lost. Please help! I am with skymesh. My email address is meike.m@skymesh.com.au

Regards

Meike

Asked by Meike Mueller 6 hours ago