Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable print links into pdf #253

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

srssaulo
Copy link

locallib.php function remove_links was altered

@bozoh bozoh changed the base branch from master to develop November 4, 2022 21:03
@bozoh
Copy link
Owner

bozoh commented Nov 4, 2022

There is a close bug related to this feature PR
Issue #111

I don't know if i approve this PR it's going to re-open this bug (auto-llink)

Can you test it ?, enabling auto link feature in you moodle

@@ -1500,7 +1498,22 @@ protected function remove_links($htmltext) {
}
$config->set('Cache.SerializerPath', $cachedir);
$config->set('Cache.SerializerPermissions', $CFG->directorypermissions);
$config->set('HTML.ForbiddenElements', array('script', 'style', 'applet', 'a'));
$config->set('HTML.ForbiddenElements', array('script', 'style', 'applet'));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a close bug related to this feature PR
Issue #111

I don't know if i approve this PR it's going to re-open this bug (auto-llink)

Can you test it ?, enabling auto link feature in you moodle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants