Improved sanitization... again (seems that the change was lost accidentaly).
This commit is contained in:
parent
e4de82aaa6
commit
5bd8f6e5ca
@ -980,10 +980,12 @@ GrafoscopioNode >> sanitizeDefaultLink [
|
||||
| defaultLink sanitized protocol |
|
||||
defaultLink := self lastLink.
|
||||
protocol := 'docutopia://'.
|
||||
(defaultLink beginsWith: protocol )
|
||||
ifTrue: [ sanitized := defaultLink copyReplaceAll: protocol with: 'https://docutopia.tupale.co/' ].
|
||||
sanitized := (defaultLink beginsWith: protocol)
|
||||
ifTrue: [ defaultLink
|
||||
copyReplaceAll: protocol
|
||||
with: 'https://docutopia.tupale.co/' ]
|
||||
ifFalse: [ defaultLink ].
|
||||
^ sanitized
|
||||
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
|
Loading…
Reference in New Issue
Block a user