here-nerd

Results 10 comments of here-nerd

My opinions 1. LocalStorage should never be used to store any sensitive information (see https://dev.to/rdegges/please-stop-using-local-storage-1i04) for more details. 2. A frontend logic should never allow access to protected pages by...

Yes, that's exactly what I am proposing. Hope it helps.

Currently, the webextension-toolbox does not recognize 'safari' as a build parameter.

I get the point. Indeed it would be very nice to fully support Safari Web Extension build. Currently, Safari offers a converter cli 'xcrun' which will pack ie. a chrome...

I think I can give it a try. But let's first agree on what should be the expected behaviour. Here is my proposal: At the minimum, the new feature should...

@balcsida, please review my PR in the webpack-webextension-plugin repo. https://github.com/webextension-toolbox/webpack-webextension-plugin/pull/89 Apparently, I need this code change in webpack-webextension-plugin in order to support safari keyword. After a merge, I will submit...

apparently, after wwdc2021, Apple has updated the [page](https://developer.apple.com/documentation/safariservices/safari_web_extensions/updating_a_safari_web_extension) with an instruction how to build a web extension using xcode commandline in an external editor. (I have been (not actively) looking...

@ericwlange Is this project still maintained?

@ericwlange thank you for your reply and your contributions to the project so far. Could you please update your README sharing with your users and contributors that the project needs...

> for mitigation for other people, you can remove this portion of highlighted code in your node_modules to be able to build successfully in windows 11 > > I will...