Skip to content

Commit

Permalink
add CSS3 patches for Opera 10, 11, 12 (for 12.1+ not need as it is pr…
Browse files Browse the repository at this point in the history
…efix free)
  • Loading branch information
atauenis committed Apr 16, 2023
1 parent 2d10519 commit 45f4b4b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions webone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,35 @@ AddReplace=-webkit
AddFind=(-moz--webkit)
AddReplace=-webkit


; Opera 9.6, 10.x, 11.x, 12.0 CSS3 patches
[Edit]
OnContentType=text/css
OnHeader=User-Agent: Opera/9.6
OnHeader=User-Agent: Opera/9.7
OnHeader=User-Agent: Opera/9.8.*Version/10
OnHeader=User-Agent: Opera/9.8.*Version/11
OnHeader=User-Agent: Opera/9.8.*Version/12.0
AddFind=(background-size|box-sizing|box-shadow|text-shadow|border-radius|border-image|column-.*|animation-.*transition|transform|repeating-linear-gradient|linear-gradient|repeating-radial-gradient|radial-gradient|flex)
AddReplace=-o-$1
AddFind=to bottom
AddReplace=top
AddFind=to top
AddReplace=bottom
AddFind=to right
AddReplace=left
AddFind=to left
AddReplace=right
AddFind=(text--o-transform)
AddReplace=text-transform
AddFind=(-o--o)
AddReplace=-o
AddFind=(-webkit--o)
AddReplace=-o
AddFind=(-moz--o)
AddReplace=-o


; Enforce security & spoof CORS
[Edit]
IgnoreUrl=webdav
Expand Down

0 comments on commit 45f4b4b

Please sign in to comment.