rusty-snake

Results 208 comments of rusty-snake
trafficstars

To get a upstream fix you should request netbsd support in the [terminos crate repo](https://github.com/dcuddeback/termios-rs) since this is a external library used by rustlings.

IDK how brotab works, but it seems that firefox needs to execute `${HOME}/.mozilla/native-messaging-hosts/brotab_mediator.py` so you could try it with ``` ignore noexec ${HOME} include allow-python3.inc ```

FYI: `firejail --appimage` + electron-program.AppImage does not work if unprivileged userns clone is disabled. You will either need to directly run the appimage (`firejail --ignore='noexec ${HOME}' --ignore=apparmor --profile=electron-mail ./electron-mail-4.15.0-linux-x86_64.AppImage`) or...

> Actually, the app [embeds it into the AppRun script](https://github.com/vladimiry/ElectronMail/blob/6c19ffddae2d113d1c53a61ad25eb0b5e9aeebbe/scripts/electron-builder/build-appimage.ts#L16) Then is at least this not an issue here.

Identical with special german characters (`äöüÄÖÜ`).

You can use Skip Redirect for that.

As I understand you want something like ![Screenshot_2021-07-29_05-39-48-fs8](https://user-images.githubusercontent.com/41237666/127437752-885ebd2b-3619-498b-9c3f-b29aee967e70.png) or ![Screenshot_2021-07-29_05-40-24-fs8](https://user-images.githubusercontent.com/41237666/127437753-548f8765-e18d-484b-aed6-95aaa8dd4d9a.png) (both untested)

The "Redirect URL" is one URL (not "Redirect URLs"), so your rule will redirect `http://sheyingtu-js.b0.aicdn.com/images/common/weixinewm.jpg` (as example) to something like ``` http://sheyingtu-js.b0.aicdn.com/images/common/weixinewm.jpg http://[protocol=https]static.699pic.com/images/common/weixinewm.jpg ``` If you need to redirect from...

How cares about etags? No RC can not clean etag headers. And it should not get such a feature IMHO. RC can manipulate URLs in a very powerful way and...