Page 1 of 3

Google Sheets ("still loading" after Chrome update)

Posted: Mon Oct 28, 2019 4:13 pm
by kteague
Microsoft Windows [Version 6.1.7601]
Chrome 78.0.3904.70 (Official Build) (64-bit)
NoScript 11.0.4

I came into work today and Chrome was prompting me to update. After the update, Chrome restarted and most (not all) of my Google Sheets tabs got stuck in a "still loading" state. Started an Incognito session and the page loads without problems.

Disabled all extensions and got the page to load. Began enabling extensions one-by-one and the page failed to load when I re-enabled NoScript.

To ensure this problem is isolated to NoScript, I disabled all extensions except for NoScript and the problem still exists.

NoScript is configured to TRUST http google.com and https gstatic.com which are the only two entries available to modify in NoScript for this particular page.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Oct 28, 2019 8:34 pm
by therube
What are "google sheets"?

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Oct 28, 2019 8:43 pm
by musonius
therube wrote: Mon Oct 28, 2019 8:34 pm What are "google sheets"?
https://en.wikipedia.org/wiki/Google_Sheets

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Oct 28, 2019 10:43 pm
by Giorgio Maone
It works for me with a fresh Chromium profile and NoScript default configuration: real spreadsheet, loading and working.
Did not need to allow anything, since both google.com and gstatic.com are pre-configured with the TRUSTED preset.
Version 78.0.3904.70 (Official Build) snap (64-bit) on Ubuntu 18.04LTS

I doubt it's a Windows-specific issue, but if someone else can double check I'd be grateful.

Could you please try to use NoScript Options>Export, then NoScript Options>Reset and send me your saved configuration file? Thanks!

Re: Google Sheets ("still loading" after Chrome update)

Posted: Mon Oct 28, 2019 11:03 pm
by therube
Does an Incognito session in Chrome disable extension?
(Private Browsing, in FF, does so, by default.)

Re: Google Sheets ("still loading" after Chrome update)

Posted: Tue Oct 29, 2019 4:09 pm
by kteague
therube wrote: Mon Oct 28, 2019 11:03 pm Does an Incognito session in Chrome disable extension?
(Private Browsing, in FF, does so, by default.)
By default, NoScript is disabled in Incognito mode but there's an option in NoScript settings to enable it while in Incognito mode. Mine is set to default which disables NoScript while in Incognito mode.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Tue Oct 29, 2019 4:14 pm
by kteague
Giorgio Maone wrote: Mon Oct 28, 2019 10:43 pm Could you please try to use NoScript Options>Export, then NoScript Options>Reset and send me your saved configuration file? Thanks!
Here is an export of the config. If you would like, PM me your gmail ID and I can send you an invite to one of the few spreadsheets exhibiting this issue. It doesn't happen on all of my spreadsheets but it does happen on most of them.

Code: Select all

{
  "policy": {
    "DEFAULT": {
      "capabilities": [
        "frame",
        "fetch",
        "other"
      ],
      "temp": false
    },
    "TRUSTED": {
      "capabilities": [
        "script",
        "object",
        "media",
        "frame",
        "font",
        "webgl",
        "fetch",
        "other"
      ],
      "temp": false
    },
    "UNTRUSTED": {
      "capabilities": [],
      "temp": false
    },
    "sites": {
      "trusted": [
        "§:addons.mozilla.org",
        "§:afx.ms",
        "§:ajax.aspnetcdn.com",
        "§:ajax.googleapis.com",
        "§:bootstrapcdn.com",
        "§:code.jquery.com",
        "§:firstdata.com",
        "§:firstdata.lv",
        "§:gfx.ms",
        "§:google.com",
        "§:googlevideo.com",
        "§:gstatic.com",
        "§:hotmail.com",
        "§:live.com",
        "§:live.net",
        "§:maps.googleapis.com",
        "§:mozilla.net",
        "§:netflix.com",
        "§:nflxext.com",
        "§:nflximg.com",
        "§:nflxvideo.net",
        "§:noscript.net",
        "§:outlook.com",
        "§:passport.com",
        "§:passport.net",
        "§:passportimages.com",
        "§:paypal.com",
        "§:paypalobjects.com",
        "§:securecode.com",
        "§:securesuite.net",
        "§:sfx.ms",
        "§:tinymce.cachefly.net",
        "§:wlxrs.com",
        "§:yahoo.com",
        "§:yahooapis.com",
        "§:yimg.com",
        "§:youtube.com",
        "§:ytimg.com"
      ],
      "untrusted": [],
      "custom": {}
    },
    "enforced": true,
    "autoAllowTop": false
  },
  "local": {
    "debug": false,
    "showCtxMenuItem": true,
    "showCountBadge": true,
    "showFullAddresses": false
  },
  "sync": {
    "global": false,
    "xss": true,
    "cascadeRestrictions": false,
    "overrideTorBrowserPolicy": true,
    "clearclick": true
  },
  "xssUserChoices": {}
}

Re: Google Sheets ("still loading" after Chrome update)

Posted: Wed Oct 30, 2019 3:36 pm
by storm8
Im having the same issue. Noscript prevents gsheets from properly loading although both google and gstatic are enabled.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Wed Oct 30, 2019 11:18 pm
by Giorgio Maone
Please check https://github.com/hackademix/noscript/ ... /11.0.5rc2 by installing the provided zip as an unpacked directory, thanks.

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Oct 31, 2019 12:15 am
by gavar
Tried the provided zip and it gives the following error https://imgur.com/a/fR5wwF6

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Oct 31, 2019 12:21 am
by Giorgio Maone
[quote="Giorgio Ma
gavar wrote: Thu Oct 31, 2019 12:15 am Tried the provided zip and it gives the following error https://imgur.com/a/fR5wwF6
You can ignore that message.
What about Google Sheets?
(Please notice I cannot test myself because they just worked for me, even the one provided in PM, with 11.0.4 both on Linux and on Mac).

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Oct 31, 2019 12:30 am
by gavar
It doesn't work at all on any pages (they display a warning saying that Javascript is disabled, although everything seems to be fine with the extension...)

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Oct 31, 2019 1:29 am
by therube
Microsoft Windows [Version 6.1.7601]
Chrome 78.0.3904.70 (Official Build) (64-bit)
NoScript 11.0.4
Ditto.
And no issues that I'm seeing with that.


As a test, create a new Chrome Profile.
Install only NoScript.
Open your sheets.

And ?

https://docs.google.com/spreadsheets/d/ ... sp=sharing

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Oct 31, 2019 12:00 pm
by kteague
Giorgio Maone wrote: Wed Oct 30, 2019 11:18 pm Please check https://github.com/hackademix/noscript/ ... /11.0.5rc2 by installing the provided zip as an unpacked directory, thanks.
After installing this version, I was getting errors stating JavaScript is disabled. That prevented me from logging in to Google Sheets to access the spreadsheet in EDIT mode. I changed the access rights to the spreadsheet in question to allow edits without a login.
therube wrote: Thu Oct 31, 2019 1:29 am As a test, create a new Chrome Profile.
Install only NoScript.
Open your sheets.
At the same time, I also renamed my Google profile directory and started with a fresh one. After doing this, the problem has gone away. I'm running the current production version of NoScript at this time.


EDIT: I spoke too soon. I'm still having this problem. So... I currently have the javascript error as stated above while running NoScript
11.0.4.999002.

Code: Select all

[NoScript] Cannot collect noscript activity data [object Object] Could not establish connection. Receiving end does not exist. undefined
Context
_generated_background_page.html
Stack Trace
lib/log.js:15 (error)
bg/main.js:285 (collectSeen)

{
  let PREFIX = `[${browser.runtime.getManifest().name}]`;
  let debugCount = 0;

  function log(msg, ...rest) {
    console.log(`$PREFIX $msg`, ...rest);
  }

  function debug(msg, ...rest) {
    console.debug(`$PREFIX:${debugCount++} $msg`, ...rest);
  }

  function error(e, msg, ...rest) {
    console.error(`$PREFIX $msg`, ...rest, e, e.message, e.stack);
  }
}

Re: Google Sheets ("still loading" after Chrome update)

Posted: Thu Oct 31, 2019 6:29 pm
by gavar
Extension auto-updated to 11.0.5 and now it works like a charm on Google Sheets (Chrome)
Thank you!