Looks like it was a "me" issue.
Updated, now working in private browsing on nightly.
---
130.0a1 (Build #2016031823), hg-f6ae1b587092+
GV: 130.0a1-20240710212209
AS: 130.20240709050338
Search found 75 matches
- Thu Jul 11, 2024 8:00 am
- Forum: NoScript Mobile
- Topic: [Resolved] Not Working In Private Browsing - 127.0a1
- Replies: 2
- Views: 669
- Thu Jul 11, 2024 7:52 am
- Forum: NoScript Mobile
- Topic: [Resolved] Not Working In Private Browsing - 127.0a1
- Replies: 2
- Views: 669
[Resolved] Not Working In Private Browsing - 127.0a1
I will check for an app update after this but using private browsing for the first time since yesterday's extension update and the extension doesn't show in the extensions flyout menu. I have screenshots, but I'm not sure what value they have showing nothing. 8-) --- Fully OK being told this is a &q...
- Wed Jul 26, 2023 11:31 pm
- Forum: NoScript Support
- Topic: Contextual Obfuscation - MS Custom Connector
- Replies: 0
- Views: 18295
Contextual Obfuscation - MS Custom Connector
Ello, long time no speaky, just wondering if anyone might be able to help me set up contextual rules for this as I'm assuming that's the issue. I am using NoScript fully contextually, so there are no sites where they are just blanked allowed. ( apologies for the edited post ... was fighting the filt...
- Mon May 09, 2022 6:24 pm
- Forum: NoScript Mobile
- Topic: NoScript Refresh Often Stalls For Some Sites (FireFox Nightly Android Mobile)
- Replies: 3
- Views: 13108
Re: NoScript Refresh Often Stalls For Some Sites (FireFox Nightly Android Mobile)
Thanks for the response. :) To re-assert, this doesn't happen for every site, just some. Also, is your experience in Private Browsing? So to confirm the series of events: Open private browsing. Open site with Default permissions. Let's pretend Reddit is one such site for the sake of argument. Tap me...
- Thu May 05, 2022 2:09 pm
- Forum: NoScript Mobile
- Topic: NoScript Refresh Often Stalls For Some Sites (FireFox Nightly Android Mobile)
- Replies: 3
- Views: 13108
NoScript Refresh Often Stalls For Some Sites (FireFox Nightly Android Mobile)
I'm not sure what the correct way to phrase this is, and I was going to mention it here , but it seems *just* out of scope, and ... eh. OK, so let's say I'm in a (usually private) tab on droid Nightly, and I bring up the NoScript menu to whitelist me some juicy domains. HURRAH! Only I think that a l...
- Sat Apr 23, 2022 1:12 am
- Forum: ABE
- Topic: Recaptcha ABE Rule Recipe (s)
- Replies: 6
- Views: 15196
Re: Recaptcha ABE Rule Recipe (s)
Oh, no, I do get that I'm probably off in parts, but you're right that it's somewhat fit for purpose, too. I mean there *should* be a slash there, in any normal url. But this is trying to ensure that *anything* that has 'recaptcha' after google.com is not accepted. I can certainly edit that in. I'll...
- Fri Apr 22, 2022 6:35 pm
- Forum: NoScript Support
- Topic: Site required for imgur not listed in NoScript popup despite only NoScript blocking it
- Replies: 8
- Views: 5469
Re: Site required for imgur not listed in NoScript popup despite only NoScript blocking it
For that first gallery media-lab.ai showed up, btw. imgur allowed beforehand, no refresh needed. --- But, yeah, on your aside ... crikey, a gig of ram ... that can eff off. I'll just note; if imgur.com is not allowed initially, then both (needed) sites do show up. If imgur.com is allowed (beforehand...
- Fri Apr 22, 2022 3:23 pm
- Forum: NoScript Support
- Topic: Site required for imgur not listed in NoScript popup despite only NoScript blocking it
- Replies: 8
- Views: 5469
Re: Site required for imgur not listed in NoScript popup despite only NoScript blocking it
FWIW - I've seen this on multiple sites, and added them manually ... I feel like I've mentioned it here before as well, so I'll see if I left a dead thread somewhere. However, none of them occur to me right now, but I've definitely seen it happen. Curiously, if I load up imgur.com (just tested in a ...
- Fri Apr 22, 2022 2:46 pm
- Forum: ABE
- Topic: Recaptcha ABE Rule Recipe (s)
- Replies: 6
- Views: 15196
Re: Recaptcha ABE Rule Recipe (s)
(thanks for the url removal, barbaz! - although apparently now I can't edit the post without spammy :lol: ) So here's an updated set: If you trust google not to be hacked: ^.google\.com((?!recaptcha).)*$ For security, then this works: ^\Qhttps://\E(?:[^\/:]+\.)?google\.com((?!recaptcha).)*$ ... or ...
- Fri Apr 22, 2022 12:17 pm
- Forum: ABE
- Topic: Recaptcha ABE Rule Recipe (s)
- Replies: 6
- Views: 15196
Re: Recaptcha ABE Rule Recipe (s)
Ooh, nice, thanks. :mrgreen: Would I be right in assuming that the inclusion of the https at the beginning is to ensure secure connection there and that's all? I mean, I know that my one allows any protocol at all, and any subdomain ... in my dumb head I'd thought that prudent here ... but it IS a d...
- Wed Apr 13, 2022 2:20 pm
- Forum: Metaforum
- Topic: Googe reCaptcha on a privacy focussed side
- Replies: 1
- Views: 16513
Re: Googe reCaptcha on a privacy focussed side
+1 from me, too!
- Wed Apr 13, 2022 1:51 pm
- Forum: ABE
- Topic: Recaptcha ABE Rule Recipe (s)
- Replies: 6
- Views: 15196
Recaptcha ABE Rule Recipe (s)
I thought it might be useful for those still on the old noscript with ABE to have my Google/Recaptcha ABE recipe. I've built this up over time through trial and error, so it's messy. Obvious Caveat: NoScript Classic / ABE Is Not Supported It requires all three rules, and where there is an ellipsis t...
- Wed Apr 13, 2022 12:53 pm
- Forum: NoScript Support
- Topic: twitter oddities
- Replies: 10
- Views: 2576
Re: twitter oddities
I'm not really sure what you're saying here, sorry. I'm not speaking technically, here, but there's an option that is easy to use (when I select 'CUSTOM' instead of DEFAULT/TRUSTED/UNTRUSTED) where I can ensure that the twitter domains can only run twitter code on twitter sites ( kinda ). ----------...
- Wed Apr 13, 2022 12:29 pm
- Forum: NoScript Support
- Topic: Cross Site Scripting Defaults Modification - xss Exceptions.js
- Replies: 6
- Views: 1717
Re: Cross Site Scripting Defaults Modification - xss Exceptions.js
Cheers, Giorgio. if (!srcOrigin && isGet) { if (/^https?:\/\/msdn\.microsoft\.com\/query\/[^<]+$/.test(unescapedDest)) { return true; // MSDN from Microsoft VS } } No, this is meant to allow Visual Studio (or other applications installed locally) to run MSDN search query containing code snip...
- Wed Mar 30, 2022 6:10 pm
- Forum: NoScript Support
- Topic: twitter oddities
- Replies: 10
- Views: 2576
Re: twitter oddities
Can you not use the new custom options to affect this?