Search found 8 matches
- Wed Jun 28, 2017 10:50 am
- Forum: NoScript Support
- Topic: NoScript issue: Can ONLY press allow all/temp.
- Replies: 6
- Views: 1660
Re: NoScript issue: Can ONLY press allow all/temp.
I also did it with a clean profile. Then as I saw that it works, I exported the settings. Now I imported this settings into my original profile I'm working with. As I saw it also works in my working profile I restored my old settings. Now I compared the two exported files with the diff view in my ed...
- Sun Jun 25, 2017 12:02 am
- Forum: NoScript Support
- Topic: NoScript issue: Can ONLY press allow all/temp.
- Replies: 6
- Views: 1660
Re: NoScript issue: Can ONLY press allow all/temp.
Same issue here.
I found out that it works again if I set ef.enabled to false.
I don't know what ef.enabled means and where I can find it within settings. I've done an export, changed the value and imported it again.
I found out that it works again if I set ef.enabled to false.
Code: Select all
"ef.enabled":false,
- Tue Apr 25, 2017 3:30 pm
- Forum: NoScript Support
- Topic: [FIXED] file:\\\ links fail with NoScript 5.0.2 & FF 53.0
- Replies: 23
- Views: 11903
Re: file:\\\ links fail with NoScript 5.0.2 & FF 53.0
Celebrated too soon. With
NoScript did not work anymore. There is nothing in the dropdown you can click on.
Code: Select all
browser.tabs.remote.force-enable = true
- Mon Apr 24, 2017 2:11 pm
- Forum: NoScript Support
- Topic: [FIXED] file:\\\ links fail with NoScript 5.0.2 & FF 53.0
- Replies: 23
- Views: 11903
Re: file:\\\ links fail with NoScript 5.0.2 & FF 53.0
Seems to work if you create a new boolean param with about:config
You can test if multiprocess is enabled in about:support - "Multiprocess Windows"
see here https://superuser.com/questions/1029400 ... refox-beta
Code: Select all
browser.tabs.remote.force-enable = true
see here https://superuser.com/questions/1029400 ... refox-beta
- Fri Apr 21, 2017 10:06 pm
- Forum: NoScript Support
- Topic: [FIXED] file:\\\ links fail with NoScript 5.0.2 & FF 53.0
- Replies: 23
- Views: 11903
Re: file:\\\ links fail with NoScript 5.0.2 & FF 53.0
Same problem here. Deactivated all other addons will not help. If I deactivate EN "Options > Advanced > Trusted > Allow local links" DE "Einstellungen > Erweitert > Vertrauenswürdig > Links auf lokale Dateien erlauben" this will do the trick as a workaround. Only difference with all deactivated othe...
- Mon Mar 27, 2017 11:16 am
- Forum: NoScript Support
- Topic: No stylesheets in devtools with local css files
- Replies: 4
- Views: 1516
Re: No stylesheets in devtools with local css files
Now I disabled all other addons (32) and it's still the same.




- Wed Mar 22, 2017 11:32 pm
- Forum: NoScript Support
- Topic: No stylesheets in devtools with local css files
- Replies: 4
- Views: 1516
Re: No stylesheets in devtools with local css files
Just a simple HTML file
And the CSS file
Code: Select all
<!DOCTYPE html>
<html>
<head>
<title>test.html</title>
<meta charset='utf-8'>
<link rel="stylesheet" href="test.css">
</head>
<body>
<h1>Content</h1>
</body>
</html>
Code: Select all
/* test.css */
body {
background-color: cornflowerblue;
}
- Wed Mar 22, 2017 8:54 pm
- Forum: NoScript Support
- Topic: No stylesheets in devtools with local css files
- Replies: 4
- Views: 1516
No stylesheets in devtools with local css files
v5.0.2 and v5.0.3rc2 on FF 52.0.1 (64-Bit) I have some HTML-files on my local drive. They include some css files. The devtools show a red error bar with this text DE Stildokument konnte nicht geladen werden. file:///C:/path-to/style.css EN (translated by me) Shylesheet could not be loaded. file:///C...