Strange Things

Ask for help about NoScript, no registration needed to post
LongTimeFan

Re: Strange Things

Post by LongTimeFan »

No effect in purging caches.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
Pansa
Senior Member
Posts: 318
Joined: Fri Nov 24, 2017 10:30 pm

Re: Strange Things

Post by Pansa »

LongTimeFan wrote:FF and Noscript are the latest version, when i hit the sign in button othing happens in stead of appearing the pop up with the log in, the captcha does not work in every site it's inserted and at all point it's inserted, even on this forum, i use edge to post since FF does not work, I can open the link directly but no matter the permission the page appear broken like all the script are forbidden, and ofc the log in does not work.
could you maybe put that in version numbers?
Especially no script has a developer branch and the official release, which usually makes a difference. you will find the no script version in the options.

Also, could you maybe copy the "rules" section of your debug output (bottom of the noscript options)?

Like this
{
"DEFAULT": {
"capabilities": [],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script",
"fetch",
"other",
"media",
"frame",
"font",
"webgl",
"object"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
LongTimeFan

Re: Strange Things

Post by LongTimeFan »

V. 10.1.6.3

Code: Select all

{
  "DEFAULT": {
    "capabilities": [],
    "temp": false
  },
  "TRUSTED": {
    "capabilities": [
      "script",
      "object",
      "media",
      "frame",
      "font",
      "webgl",
      "fetch",
      "other"
    ],
    "temp": false
  },
  "UNTRUSTED": {
    "capabilities": [],
    "temp": false
  },
  "sites": {
    "trusted": [List of trusted Domains],
    "untrusted": [],
    "custom": {},
    "temp": []
  },
  "enforced": true,
  "autoAllowTop": false
}
Last edited by barbaz on Wed Jan 10, 2018 10:09 pm, edited 1 time in total.
Reason: wrap debug output in code tags
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
LongTimeFan

Re: Strange Things

Post by LongTimeFan »

FF 57.0.4
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
barbaz
Senior Member
Posts: 10841
Joined: Sat Aug 03, 2013 5:45 pm

Re: Strange Things

Post by barbaz »

Debug output looks ok to me.
barbaz wrote:You may find it easier to just transfer important data to a new profile. http://kb.mozillazine.org/Transferring_ ... _-_Firefox
*Always* check the changelogs BEFORE updating that important software!
-
LongTimeFan

Re: Strange Things

Post by LongTimeFan »

Copy pasted the debug from new profile that's why it looks ok most probably I will try to use another new profile to end this problem.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
Pansa
Senior Member
Posts: 318
Joined: Fri Nov 24, 2017 10:30 pm

Re: Strange Things

Post by Pansa »

LongTimeFan wrote:Copy pasted the debug from new profile that's why it looks ok most probably
Just to clarify (I'm even afraid to ask):

That is the debug output from a working secondary profile, not the broken installation you have problems with?
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
LongTimeFan

Re: Strange Things

Post by LongTimeFan »

it's the debug outpub from the broken profile i'm sorry :(
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
LongTimeFan

Re: Strange Things

Post by LongTimeFan »

With a new profile noscript work fine until now
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Post Reply