Mohammad Hossein Fattahizadeh

Results 52 issues of Mohammad Hossein Fattahizadeh

Docs says: https://platesphp.com/engine/themes/#additional-customization ?

How about create HTTP or CLI interface and dist package as binary for non-golang developers?

enhancement

``` BasicRule wl:0 "mz:$HEADERS_VAR:cookie"; ``` It's seems exclude all cookies. ``` curl -H 'Cookie: itsok=../traverse; idono=SELECT * FROM' ``` how to just whitelist `itsok` ?

How about using file for detect acctual mime type of file? https://github.com/file/file naxi block extension but if we uload binary exe file with .png extenstion?

enhancement
question

How to tell server using socks proxy to fetch result?

`fa` is default country is `IR` There is no need for add `fa_IR` separately. https://github.com/unicode-cldr/cldr-core/blob/master/defaultContent.json#L52

bug
help wanted

Add https://packagecloud.io for better usage for end user.

Sevice base on process on each request specially thumbnail service need to be add hash/hmac for prevent DoS/DDoS attach. https://docs.imgproxy.net/signing_the_url For prevent this issue each request must be sign, or...

enhancement

### Expected behavior compile without any warning ### Actual behavior warning during compile: ``` cc -I. -I/tmp/pear/temp/redis -I/tmp/pear/temp/pear-build-defaultuseriIJHNg/redis-5.3.4/include -I/tmp/pear/temp/pear-build-defaultuseriIJHNg/redis-5.3.4/main -I/tmp/pear/temp/redis -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php/ext -DHAVE_CONFIG_H -g -O2...

Seems be Expiry must be manual check instead of automatic checking. Seems wrong implementation https://tools.ietf.org/html/rfc7519#section-4.1.4 ```go package main import ( "fmt" "time" "gopkg.in/square/go-jose.v2" "gopkg.in/square/go-jose.v2/jwt" ) func main() { ttl :=...