Kesara Rathnayake

Results 137 issues of Kesara Rathnayake

Services like Hotjar should be blocked by default, at the moment Privacy Badger does not do this. With hotjar it is possible to record what users does on the website,...

enhancement
privacy
heuristic

This could be a bash script, which checks for required 3rd party requirements and try to install them if they are not present.

hacktoberfest

This could be a bash script, which checks for required 3rd party requirements and try to install them if they are not present.

hacktoberfest

I guess we can use something like NSIS (Nullsoft Scriptable Install System) to checks for required 3rd party requirements and try to install them if they are not present.

help wanted
hacktoberfest

Create set of unit tests for deepdreamer.

help wanted
hacktoberfest

# To help us debug your issue please add these details. [Author Tools](https://author-tools.ietf.org) relies on mmark GitHub releases. Consider cutting new releases to get the new changes to author tools....

At the moment only django-analytical allows [custom variables](https://django-analytical.readthedocs.io/en/latest/services/matomo.html#user-variables) to be passed into Matomo. It would be nice, if we can pass custom commands similar way, so features like [track 404](https://matomo.org/faq/how-to/faq_60/)...

For more secure CSP rules FlaskWTF reCAPTCHA should allow providing `nonce` when using reCAPTCHA and include that `nonce` in the script tag which loads api.js. More information: https://developers.google.com/recaptcha/docs/faq#im-using-content-security-policy-csp-on-my-website-how-can-i-configure-it-to-work-with-recaptcha

recaptcha

Issue: #311 This adds a `nonce` attribute to script tag, which can be set via ``` RecaptchaField(nonce='') ``` In order to use this, Flask app has to provide the nonce...

recaptcha

Example: ``` Attribute Selector Test svg [font-family~="serif"] { font-family: monospace; text-transform: uppercase; } main ``` Firefox screenshot: Weasyprint 57.0 screenshot:

feature