Skip to content

Commit

Permalink
0.1.0.28 https for most commands, privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
rostok committed Dec 17, 2020
1 parent 8f53513 commit c00804c
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 50 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,6 @@ UbiChr command creates internal chrome listener that is fired upon new tab being

# alternatives
Svalorzen has forked UbiChr and created UbiShell which has more shell like UI with piping and command options. Check it out here: https://github.com/Svalorzen/UbiShell

# privacy policy
As Google requests privacy policy [here's one](https://github.com/rostok/ubichr/wiki/Privacy-Policy). Do not worry though, UbiChr doesn't collect any of your data.
2 changes: 1 addition & 1 deletion cmdutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ function url_domain(data) {
$.fn.loadAbs = function( url, complete ) {
var result = this;
return this.load(url, function() {
url = "http://"+url_domain( url );
url = "https://"+url_domain( url );
result.find("a")
.attr("target", "_blank")
.not('[href^="http"],[href^="//:"],[href^="mailto:"],[href^="#"],[href^="//"]')
Expand Down
Loading

0 comments on commit c00804c

Please sign in to comment.